From 6d1faae776874b84b154c3c886a28e1ca9545e40 Mon Sep 17 00:00:00 2001 From: Cody Wilson Date: Thu, 8 Aug 2024 20:16:04 -0400 Subject: [PATCH] Fix typos in Justfile, correct info.plist --- CHANGELOG.md | 2 +- Justfile | 8 ++++---- Winbox-mac.app/Contents/Info.plist | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 638c275a..704ec646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog # 3.41.0 -- update winbox [3.41](https://mt.lv/winbox64). +- update winbox to [3.41](https://mt.lv/winbox64). - fix sha512 checksum check - This was fixed by using Mikrotik's redirected URL to download and check latest Winbox, as Mikrotik has blocked direct linking. Unfortunately, this also means that the ability to repoduce older builds is lost, but this is out of our control. - Add Justfile for easier updates. (Depends on [Just](https://github.com/casey/just)) diff --git a/Justfile b/Justfile index a5cfcbcc..f0b1f699 100644 --- a/Justfile +++ b/Justfile @@ -1,12 +1,12 @@ update-winbox: wget -O Winbox-mac.app/Contents/Resources/winbox64.exe https://mt.lv/winbox64 -bump-version: - ./scripts/bump_version.sh +bump-version VERSION: + ./scripts/bump_version {{VERSION}} make-release: - ./scripts/make_release.sh + ./scripts/release -update: update-winbox bump-version make-release +update VERSION: update-winbox (bump-version VERSION) make-release echo "Updated Winbox and bumped version" echo "You will need to update the README.md and CHANGELOG's manually." \ No newline at end of file diff --git a/Winbox-mac.app/Contents/Info.plist b/Winbox-mac.app/Contents/Info.plist index dc89e797..3e1283e9 100644 --- a/Winbox-mac.app/Contents/Info.plist +++ b/Winbox-mac.app/Contents/Info.plist @@ -34,11 +34,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.40.1 + 3.41.0 CFBundleSignature ???? CFBundleVersion - 3.40.1 + 3.41.0 LSApplicationCategoryType public.app-category.utilities NSHumanReadableCopyright