Skip to content

Commit

Permalink
msgfmt/vs2022
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyg committed Mar 3, 2024
1 parent ff73694 commit 7402471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
@if "${{ matrix.config.toolchain }}"=="mingw64" set PATH=c:\msys64\mingw64\bin;%PATH%
@if "${{ matrix.config.toolchain }}"=="owc20" call .\mcwin32\support\owc20setenv.bat C:\Watcom
@if "${{ matrix.config.toolchain }}"=="owc20" set PATH=%PATH%;c:\msys64\mingw64\bin
@if "${{ matrix.config.toolchain }}"=="vs2022" set PATH=%PATH%;c:\msys64\mingw64\bin
@if "${{ matrix.config.toolchain }}"=="vc2022" set PATH=%PATH%;c:\msys64\mingw64\bin
@set PERL=c:/Strawberry/perl/bin/perl
cd mcwin32
.\support\gmake-42 release build
Expand Down
3 changes: 2 additions & 1 deletion mcwin32/releases/mc-inno-setup.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;
; Midnight Commander - Inno Setup
;
; Adam Young, 2012 - 2023
; Adam Young, 2012 - 2024
; This file is part of the Midnight Commander.
;
; The Midnight Commander is free software: you can redistribute it
Expand Down Expand Up @@ -100,6 +100,7 @@ Source: "..\{#BinDir}\mc.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\mc.exe"; DestDir: "{app}"; DestName: "mcedit.exe"; Flags: ignoreversion
;;Source: "..\{#BinDir}\mc.map"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\mcupdater.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\mcdiff.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\busybox.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\file.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\{#BinDir}\enca.exe"; DestDir: "{app}"; Flags: ignoreversion
Expand Down

0 comments on commit 7402471

Please sign in to comment.