Преглед на файлове

Fixed relative paths to installer files

flabbet преди 2 години
родител
ревизия
499c03b1b7
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      assemblyVerReader.ps1
  2. 1 1
      src/Installer/installer-setup-x64-light.iss
  3. 1 1
      src/Installer/installer-setup-x86-light.iss

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