Skip to content

Commit

Permalink
Update innoinstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyey-shah authored Mar 2, 2021
1 parent e48bd85 commit 69190f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/innosetup/innoinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rm -rf /tmp/inno
mkdir /tmp/inno
cd /tmp/inno

wget -O is.exe https://jrsoftware.org/download.php/is.exe
wget -O is.exe http://files.jrsoftware.org/is/5/isetup-5.5.5.exe
innoextract is.exe
mkdir -p ~/".wine/drive_c/inno"
cp -R app/* ~/".wine/drive_c/inno"

0 comments on commit 69190f2

Please sign in to comment.