From ce0c9fc19a4eb8746810c973ed27d7d2fd8cc768 Mon Sep 17 00:00:00 2001 From: Moheshwar Amarnath Biswas Date: Mon, 15 May 2023 12:48:34 +0600 Subject: [PATCH] Remove First Cleanup --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d77d9f9..69dce15 100644 --- a/package.json +++ b/package.json @@ -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",