From cc207298cbaf4476854225d2314d91cc93180c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0?= Date: Sat, 25 May 2024 18:35:48 +0200 Subject: [PATCH] Update PortableApps.com tools --- .github/workflows/native.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native.yaml b/.github/workflows/native.yaml index 03bf7770..73f68d8f 100644 --- a/.github/workflows/native.yaml +++ b/.github/workflows/native.yaml @@ -179,12 +179,12 @@ jobs: if: matrix.os == 'windows-latest' && matrix.portable == true run: | mkdir $TEMP/PortableAppsLauncher && cd $TEMP/PortableAppsLauncher - curl "https://download2.portableapps.com/portableapps/PortableApps.comLauncher/PortableApps.comLauncher_2.2.6.paf.exe" -o PortableAppsLauncher.paf.exe + curl "https://download2.portableapps.com/portableapps/PortableApps.comLauncher/PortableApps.comLauncher_2.2.8.paf.exe" -o PortableAppsLauncher.paf.exe 7z x -y PortableAppsLauncher.paf.exe echo $TEMP/PortableAppsLauncher >> $GITHUB_PATH mkdir $TEMP/PortableAppsInstaller && cd $TEMP/PortableAppsInstaller - curl "https://download2.portableapps.com/portableapps/PortableApps.comInstaller/PortableApps.comInstaller_3.8.5.paf.exe" -o PortableAppsInstaller.paf.exe + curl "https://download2.portableapps.com/portableapps/PortableApps.comInstaller/PortableApps.comInstaller_3.8.8.paf.exe" -o PortableAppsInstaller.paf.exe 7z x -y PortableAppsInstaller.paf.exe echo $TEMP/PortableAppsInstaller >> $GITHUB_PATH