From 5e4c105c319854765cbfb6904f7a3dc8487e8477 Mon Sep 17 00:00:00 2001 From: Jacob McSwain Date: Fri, 8 Dec 2023 19:03:40 -0600 Subject: [PATCH] Remove venv artifact --- com.jagex.Launcher.yaml | 1 - resources/icons/generate.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/com.jagex.Launcher.yaml b/com.jagex.Launcher.yaml index 6f8fd6c4..d2182976 100644 --- a/com.jagex.Launcher.yaml +++ b/com.jagex.Launcher.yaml @@ -85,7 +85,6 @@ modules: export OLDPWD=$PWD \ && cd /app/Jagex\ Launcher \ && python ${OLDPWD}/resources/installer.py \ - && deactivate \ && cd ${OLDPWD} \ && unset OLDPWD sources: diff --git a/resources/icons/generate.sh b/resources/icons/generate.sh index 5b60b91a..be55b95d 100755 --- a/resources/icons/generate.sh +++ b/resources/icons/generate.sh @@ -25,8 +25,6 @@ mkdir ${TMPDIR}/launcher cd ${TMPDIR}/launcher python ${JAGEX_LAUNCHER_PATH}/resources/installer.py -deactivate - wrestool -x --output=icon.ico -t14 JagexLauncher.exe convert icon.ico icon.png