Fixed relative paths to installer files

This commit is contained in:
flabbet 2022-11-25 21:53:17 +01:00
parent bb353b7570
commit 499c03b1b7
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
$assemblyInfoPath = "PixiEditor\Properties\AssemblyInfo.cs"
$assemblyInfoPath = "src\PixiEditor\Properties\AssemblyInfo.cs"
$contents = [System.IO.File]::ReadAllText($assemblyInfoPath)

View File

@ -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}

View File

@ -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}