Skip to content

Commit

Permalink
Remove First Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentmoheshwar committed May 15, 2023
1 parent c47b48a commit ce0c9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build:web": "vite build && copy main.py tmp && copy icon.ico tmp",
"dev": "nodemon --exec \"npm run build:web && cd tmp && python main.py\" --watch main.py --watch web/* -e *",
"build:exe": "npm run build:web && cd tmp && pyinstaller --noconfirm --onedir --windowed --icon icon.ico --name \"Useful Tools for Windows\" --uac-admin --add-data \"web;web/\" main.py && pyinstaller --noconfirm --onefile --windowed --icon icon.ico --name \"Useful_Tools_for_Windows_Portable\" --uac-admin --add-data \"web;web/\" main.py",
"build": "npm run cleanup && npm run build:exe && build.bat && npm run cleanup"
"build": "npm run build:exe && build.bat && npm run cleanup"
},
"keywords": [],
"author": "Moheshwar Amarnath Biswas",
Expand Down

0 comments on commit ce0c9fc

Please sign in to comment.