👍️[Update] INSTALLER : templateを使用しvrct用にCopyright等を変更

This commit is contained in:
misyaguziya
2024-10-14 09:51:37 +09:00
parent 62be4c5bca
commit 22a10f6f0d
4 changed files with 825 additions and 33 deletions

View File

@@ -13,7 +13,8 @@
"tauri-dev": "tauri dev",
"dev": "npm run build-python && npm run dev-ui",
"dev-ui": "npm-run-all --parallel vite tauri-dev",
"build": "npm run build-python && npm run vite-build && npm run tauri build"
"build": "npm run build-python && npm run vite-build && npm run tauri build",
"build-ui": "npm run vite-build && npm run tauri build"
},
"dependencies": {
"@emotion/react": "^11.13.0",