mirror of
https://github.com/tauri-apps/tauricon.git
synced 2026-02-04 02:31:20 +01:00
fix: Change cmd to tauricon. check-in dist dir to allow adding tauricon directly from git (#3)
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
# Build output
|
||||
/dist
|
||||
#/dist
|
||||
target/
|
||||
|
||||
# Downloaded binaries
|
||||
|
||||
1
dist/tauricon.cjs
vendored
Normal file
1
dist/tauricon.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/tauricon.js
vendored
Normal file
1
dist/tauricon.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"description": "Make icons for your Tauri app.",
|
||||
"bin": {
|
||||
"tauri": "./bin/tauricon.js"
|
||||
"tauricon": "./bin/tauricon.js"
|
||||
},
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user