Fixed relative paths to installer files
This commit is contained in:
parent
bb353b7570
commit
499c03b1b7
@ -1,4 +1,4 @@
|
||||
$assemblyInfoPath = "PixiEditor\Properties\AssemblyInfo.cs"
|
||||
$assemblyInfoPath = "src\PixiEditor\Properties\AssemblyInfo.cs"
|
||||
|
||||
$contents = [System.IO.File]::ReadAllText($assemblyInfoPath)
|
||||
|
||||
|
@ -30,7 +30,7 @@ DefaultDirName={autopf}\{#MyAppName}
|
||||
DisableProgramGroupPage=yes
|
||||
; The [Icons] "quicklaunchicon" entry uses {userappdata} but its [Tasks] entry has a proper IsAdminInstallMode Check.
|
||||
UsedUserAreasWarning=no
|
||||
LicenseFile=..\LICENSE
|
||||
LicenseFile=..\..\LICENSE
|
||||
; Uncomment the following line to run in non administrative install mode (install for current user only.)
|
||||
;PrivilegesRequired=lowest
|
||||
OutputDir=Assets\PixiEditor-{#TargetPlatform}
|
||||
|
@ -30,7 +30,7 @@ DefaultDirName={autopf}\{#MyAppName}
|
||||
DisableProgramGroupPage=yes
|
||||
; The [Icons] "quicklaunchicon" entry uses {userappdata} but its [Tasks] entry has a proper IsAdminInstallMode Check.
|
||||
UsedUserAreasWarning=no
|
||||
LicenseFile=..\LICENSE
|
||||
LicenseFile=..\..\LICENSE
|
||||
; Uncomment the following line to run in non administrative install mode (install for current user only.)
|
||||
;PrivilegesRequired=lowest
|
||||
OutputDir=Assets\PixiEditor-{#TargetPlatform}
|
||||
|
Loading…
x
Reference in New Issue
Block a user