Skip to content

xDellTog/res-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri Resources Generator

About

Tauri Apps resources generator using Node.

Alternative to CLI.

How to Use

  1. Clone this repo;
  2. Put your source icon file in assets directory on root with icon.png name;

    Only .png files are allowed.

  3. Run the start script;
  4. The icons files will be generated in output directory on root.
  5. Copy or move generated icon files to {{project}}/src-tauri/icons directory and ✨Voilà!

⚠️ Tested only in MacOS!

Scripts

$ npm start
# or
$ yarn start