From afb7669d016f1362e550a1afd22a18f1dbab87d0 Mon Sep 17 00:00:00 2001 From: ChocoScaff Date: Sun, 29 Sep 2024 20:51:58 +0200 Subject: [PATCH] change version --- compileExe.bat | 2 +- download.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: