From 499c03b1b71f5efd5d57585b6747ffa90ce794ad Mon Sep 17 00:00:00 2001 From: flabbet Date: Fri, 25 Nov 2022 21:53:17 +0100 Subject: [PATCH] Fixed relative paths to installer files --- assemblyVerReader.ps1 | 2 +- src/Installer/installer-setup-x64-light.iss | 2 +- src/Installer/installer-setup-x86-light.iss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assemblyVerReader.ps1 b/assemblyVerReader.ps1 index c1e9913fb..93ceb6033 100644 --- a/assemblyVerReader.ps1 +++ b/assemblyVerReader.ps1 @@ -1,4 +1,4 @@ -$assemblyInfoPath = "PixiEditor\Properties\AssemblyInfo.cs" +$assemblyInfoPath = "src\PixiEditor\Properties\AssemblyInfo.cs" $contents = [System.IO.File]::ReadAllText($assemblyInfoPath) diff --git a/src/Installer/installer-setup-x64-light.iss b/src/Installer/installer-setup-x64-light.iss index afb5c0fed..4c29ce455 100644 --- a/src/Installer/installer-setup-x64-light.iss +++ b/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} diff --git a/src/Installer/installer-setup-x86-light.iss b/src/Installer/installer-setup-x86-light.iss index f606097ea..d32bf04e0 100644 --- a/src/Installer/installer-setup-x86-light.iss +++ b/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}