Skip to content

Commit

Permalink
add documentation files to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jan 27, 2024
1 parent a05fec9 commit b08eb28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
copy mouse-click-simulator\bin\Release\net6.0-windows7.0\mouse-click-simulator.dll mouse-click-simulator-%VERSION%
copy mouse-click-simulator\bin\Release\net6.0-windows7.0\mouse-click-simulator.runtimeconfig.json mouse-click-simulator-%VERSION%
copy LICENSE mouse-click-simulator-%VERSION%
md mouse-click-simulator-%VERSION%\documentation
copy readme.md mouse-click-simulator-%VERSION%\documentation
copy changelog.md mouse-click-simulator-%VERSION%\documentation
copy screenshot.png mouse-click-simulator-%VERSION%\documentation
"C:\Program Files\7-Zip\7z.exe" a -r mouse-click-simulator_%VERSION%.zip mouse-click-simulator-%VERSION%
- name: Upload zipped updater
Expand Down
4 changes: 4 additions & 0 deletions setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Source: "..\mouse-click-simulator\bin\Release\net6.0-windows7.0\mouse-click-simu
; Source: "{#GetEnv('USERPROFILE')}\.nuget\packages\nlog\5.0.4\lib\netstandard2.0\NLog.dll"; DestDir: "{app}"; Flags: ignoreversion
; GPL 3 license text
Source: "..\LICENSE"; DestDir: "{app}"; Flags: ignoreversion
; documentation files
Source: "..\readme.md"; DestDir: "{app}\documentation"; Flags: ignoreversion
Source: "..\changelog.md"; DestDir: "{app}\documentation"; Flags: ignoreversion
Source: "..\screenshot.png"; DestDir: "{app}\documentation"; Flags: ignoreversion

[Icons]
; Start Menu entry for updater: check for new updates
Expand Down

0 comments on commit b08eb28

Please sign in to comment.