diff --git a/installer/PSLauncher.iss b/installer/PSLauncher.iss index 5c6cb28..c657b02 100644 --- a/installer/PSLauncher.iss +++ b/installer/PSLauncher.iss @@ -35,7 +35,7 @@ DefaultGroupName={#MyAppName} DisableProgramGroupPage=yes OutputDir=output OutputBaseFilename=PSLauncher-Setup-{#MyAppVersion} -SetupIconFile= +SetupIconFile=..\src\PSLauncher.App\Resources\favicon.ico Compression=lzma2/ultra SolidCompression=yes WizardStyle=modern diff --git a/src/PSLauncher.App/PSLauncher.App.csproj b/src/PSLauncher.App/PSLauncher.App.csproj index e4fe86b..ecea27b 100644 --- a/src/PSLauncher.App/PSLauncher.App.csproj +++ b/src/PSLauncher.App/PSLauncher.App.csproj @@ -9,8 +9,11 @@ enable latest enable - + Resources\favicon.ico PSLauncher + ASTERION VR + PROSERVE Launcher + © ASTERION VR PSLauncher.App 0.7.0 0.7.0.0 @@ -47,6 +50,7 @@ + + true diff --git a/src/favicon64.jpg b/src/favicon64.jpg new file mode 100644 index 0000000..2c37972 Binary files /dev/null and b/src/favicon64.jpg differ