diff --git a/UWPHook.nsi b/UWPHook.nsi index d2c0bc9..651251a 100644 --- a/UWPHook.nsi +++ b/UWPHook.nsi @@ -11,7 +11,7 @@ !define APP_NAME "UWPHook" !define COMP_NAME "Briano" !define WEB_SITE "https://briano.dev" -!define VERSION "2.12.00.00" +!define VERSION "2.13.00.00" !define COPYRIGHT "Briano � 2020 2021 2022" !define DESCRIPTION "The easy way to add UWP and XGP games to Steam" !define LICENSE_TXT "C:\Users\Brian\Documents\GitHub\UWPHook\README.md" @@ -44,7 +44,7 @@ OutFile "${INSTALLER_NAME}" BrandingText "${APP_NAME}" XPStyle on InstallDirRegKey "${REG_ROOT}" "${REG_APP_PATH}" "" -InstallDir "$PROGRAMFILES\Briano\UWPHook" +InstallDir "$APPDATA\Briano\UWPHook" ###################################################################### @@ -92,13 +92,15 @@ File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\Crc32.NET.dll" File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\MaterialDesignColors.dll" File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\MaterialDesignThemes.Wpf.dll" File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\Newtonsoft.Json.dll" +File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\Serilog.dll" +File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\Serilog.Sinks.Console.dll" +File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\Serilog.Sinks.File.dll" File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\SharpSteam.dll" -File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.dll" File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.Management.Automation.dll" File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\System.Net.Http.Formatting.dll" +File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\VDFParser.dll" File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\UWPHook.exe" File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\UWPHook.exe.config" -File "C:\Users\Brian\Documents\GitHub\UWPHook\UWPHook\bin\Release\VDFParser.dll" CreateDirectory "$INSTDIR\Resources" SetOutPath "$INSTDIR\Resources"