Skip to content

Commit

Permalink
Update ISS ready for 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
duckAsteroid committed Nov 29, 2019
1 parent 0e09faf commit ddcd605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ task innoSetup (type: Exec){
description "Creates an installer using InnoSetup"
group "distribution"
workingDir 'src/main/inno-setup'
commandLine "c:\\Program Files (x86)\\Inno Setup 5\\iscc.exe", 'velociwraptor.iss'
commandLine "c:\\Program Files (x86)\\Inno Setup 6\\iscc.exe", 'velociwraptor.iss'
}

innoSetup.dependsOn extractDistribution
Expand Down
2 changes: 1 addition & 1 deletion src/main/inno-setup/velociwraptor.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
AppId=Velocipwraptor
AppName=velociwraptor
AppVersion=0.0.3
DefaultDirName={pf}\velociwraptor
DefaultDirName={commonpf}\velociwraptor
DefaultGroupName=Velociwraptor
SourceDir=..\..\..\
SetupIconFile=icons\icon.ico
Expand Down

0 comments on commit ddcd605

Please sign in to comment.