Skip to content

Commit

Permalink
Updater
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Dec 18, 2024
1 parent 31736cb commit cbdee91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
CI: false # Fixes DMG customization issue: https://github.com/tauri-apps/tauri/issues/1731
with:
tagName: alic-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "Alic v__VERSION__"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
# 2.0.7

- Try to get updater working

# 2.0.6

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"mainBinaryName": "Alic",
"productName": "Alic Image Compressor",
"version": "2.0.6",
"version": "2.0.7",
"identifier": "io.kbl.alic",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down

0 comments on commit cbdee91

Please sign in to comment.