Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ozone10 committed Aug 20, 2024
1 parent c0d133b commit 3397cfd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Dark7z ${{ matrix.platform }}
path: |
CPP\7zip\Bundles\SFXWin\${{ matrix.platform }}\7z.sfx
CPP\7zip\UI\FileManager\${{ matrix.platform }}\7zFM.exe
CPP\7zip\UI\GUI\${{ matrix.platform }}\7zG.exe
DarkMode\7zDark.ini
path: ${{ matrix.platform }}

6 changes: 6 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ if exist "%InstallDir%\VC\Auxiliary\Build\vcvarsall.bat" (
pushd CPP\7zip
nmake PLATFORM=%1
popd

if not exist "%ARCH%\" mkdir "%ARCH%"
copy "CPP\7zip\Bundles\SFXWin\%ARCH%\7z.sfx" "%ARCH%"
copy "CPP\7zip\UI\FileManager\%ARCH%\7zFM.exe" "%ARCH%"
copy "CPP\7zip\UI\GUI\%ARCH%\7zG.exe" "%ARCH%"
copy "DarkMode\7zDark.ini" "%ARCH%"
)

endlocal

0 comments on commit 3397cfd

Please sign in to comment.