From 4196dcb7e36200c0d8a034e734dd66d4aa854cc4 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Wed, 8 Jan 2025 02:39:11 +1000 Subject: [PATCH] Add commands for unzip+gzip step --- Release-checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Release-checklist.md b/Release-checklist.md index 2e77851..b15a482 100644 --- a/Release-checklist.md +++ b/Release-checklist.md @@ -19,6 +19,7 @@ Note that some of these can be done concurrently. - Check the date—if it's April 1st or thereabouts, ABORT MISSION. Seriously, it's just not worth it. - Set it to create a new tag. - Take the `package_release_*` artifacts you've already downloaded, replace "VERSIONHERE" in the filenames, [recompress the Linux release as `.tar.gz`](https://github.com/TASEmulators/BizHawk/issues/4126), and attach them to the Release. + - `unzip BizHawk-VERSIONHERE-linux-x64.tar.zip`; `mv BizHawk-linux-x64-*.tar `; `gzip -9 ` (this deletes the `.tar` when it's done, but `unzip` didn't delete the `.zip`) - For the description, list any new or graduating cores, optionally some large improvements, and if the Windows prereq installer was updated link that too. - Click "Publish" and pray. 1. Update Issues, Labels, and Milestone on GitHub