diff --git a/compileExe.bat b/compileExe.bat index d59412a..5204ea3 100644 --- a/compileExe.bat +++ b/compileExe.bat @@ -1,2 +1,2 @@ cd /d %~dp0 -pyinstaller.exe --onefile .\assetsBrowser.py --icon .\lambda.ico --add-data icons/*;icons \ No newline at end of file +pyinstaller.exe --onefile .\assetsBrowser.py --icon .\lambda.ico --add-data icons/*;icons --clean \ No newline at end of file diff --git a/download.py b/download.py index 329593f..4e8b51e 100644 --- a/download.py +++ b/download.py @@ -67,7 +67,7 @@ def download_crowbar_decompile(): def download_VPKEdit(): """ """ - url = "https://github.com/craftablescience/VPKEdit/releases/download/v4.2.3/VPKEdit-Windows-Standalone-GUI-msvc-Release.zip" + url = "https://github.com/craftablescience/VPKEdit/releases/download/v4.3.0/VPKEdit-Windows-Standalone-GUI-msvc-Release.zip" response = requests.get(url) if response.status_code == 200: