Переглянути джерело

Fixed relative paths to installer files

flabbet 2 роки тому
батько
коміт
499c03b1b7

+ 1 - 1
assemblyVerReader.ps1

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

+ 1 - 1
src/Installer/installer-setup-x64-light.iss

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

+ 1 - 1
src/Installer/installer-setup-x86-light.iss

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