Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Fix windows release #132

Merged
merged 2 commits into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ release: build-release-mac-universal c2patool-package
endif
ifeq ($(PLATFORM), win)
release: build-release-win c2patool-package
cd target && Compress-Archive -Path c2patool/* -Destination c2patool_win_intel.zip && cd ..
cd target && 7z a -r c2patool_win_intel.zip c2patool && cd ..
endif
ifeq ($(PLATFORM), linux)
release: build-release-linux c2patool-package
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -22,6 +22,8 @@ Enter this command to install or update the tool:
cargo install c2patool
```

If you are producing a build on a Windows machine, you will need the [7zip](https://www.7-zip.org/) tool to successfully build.

### Updating

To ensure you have the latest version, enter this command: