Skip to content

Commit

Permalink
Merge pull request #82 from jeremiah-k/main
Browse files Browse the repository at this point in the history
Installer fix
  • Loading branch information
jeremiah-k authored Oct 3, 2024
2 parents dfd247b + 8bb8bc4 commit 73bf8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
VERSION: ${{ github.ref_name }} # Extract the version from the GitHub tag

steps:
- uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
4 changes: 0 additions & 4 deletions mmrelay.iss
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ PrivilegesRequiredOverridesAllowed=dialog commandline
; Source Executable with Version Number
Source: "dist\mmrelay_{#AppVersion}.exe"; DestDir: "{app}"; Flags: recursesubdirs createallsubdirs; AfterInstall: AfterInstall(ExpandConstant('{app}'));

; Additional Files
Source: "config.yaml"; DestDir: "{app}"; Flags: ignoreversion
Source: "mmrelay.bat"; DestDir: "{app}"; Flags: ignoreversion

[Icons]
; Application Icons
Name: "{group}\MM Relay"; Filename: "{app}\mmrelay.bat"
Expand Down

0 comments on commit 73bf8f3

Please sign in to comment.