Skip to content

Commit

Permalink
This is version 1.0.1
Browse files Browse the repository at this point in the history
Do not create or remove-if-empty a DayGame folder on My Documents at installation.
Bad idea. DayGame always checks the user's documents but the installer might write to the global ones.
And we don't need deleting an empty folder on uninstallation.
  • Loading branch information
teo-tsirpanis committed Jun 13, 2020
1 parent eb4877a commit a78b5be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions DayGame.iss
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,3 @@ Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: de

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

[Dirs]
Name: "{autodocs}{\}{#MyAppName}"

[UnInstallDelete]
Type: dirifempty; Name: "{autodocs}{\}{#MyAppName}"
1 change: 1 addition & 0 deletions Source/DayGame.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<Version>1.0.1</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit a78b5be

Please sign in to comment.