fix: Change cmd to tauricon. check-in dist dir to allow adding tauricon directly from git (#3)

This commit is contained in:
Fabian-Lars
2022-02-23 17:41:22 +01:00
committed by GitHub
parent 452799dc3a
commit 36cd505f44
4 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,5 @@
# Build output
/dist
#/dist
target/
# Downloaded binaries

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

File diff suppressed because one or more lines are too long

View File

@@ -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": {