xDellTog / res-generator

Tauri Apps resources generator using Node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tauri Apps resources generator using Node.

License:MIT License


Languages

Language:TypeScript 100.0%