Skip to content

Commit

Permalink
Fix typos in Justfile, correct info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
belthesar committed Aug 9, 2024
1 parent af0d312 commit 6d1faae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
8 changes: 4 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
@@ -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."
4 changes: 2 additions & 2 deletions Winbox-mac.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.40.1</string>
<string>3.41.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.40.1</string>
<string>3.41.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 6d1faae

Please sign in to comment.