build: Add text to the PORTABLE file (#718)

This commit is contained in:
iTrooz_ 2022-09-02 16:11:19 +02:00 committed by GitHub
parent 721ac837e0
commit 3eb2cca286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ jobs:
..
mingw32-make -j4 install
cpack
touch $PWD/install/PORTABLE
echo "ImHex checks for the existence of this file to determine if it is running in portable mode. You should not delete this file" > $PWD/install/PORTABLE
- name: ⬆️ Upload Portable ZIP
uses: actions/upload-artifact@v3