diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d21419b..9adfdfc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -102,5 +102,5 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: build/bin/SIMAppletManager-amd64-installer.exe - asset_name: SIMAppletManager-amd64-installer.exe + asset_name: SIMAppletManager-installer.exe tag: ${{ github.ref }} diff --git a/build/windows/icon.ico b/build/windows/icon.ico index f334798..218169b 100644 Binary files a/build/windows/icon.ico and b/build/windows/icon.ico differ diff --git a/wails.json b/wails.json index 82406f5..f19a83a 100644 --- a/wails.json +++ b/wails.json @@ -12,7 +12,7 @@ }, "info": { "productName": "SIMAppletManager", - "productVersion": "1.0.3", + "productVersion": "1.0.4", "companyName": "COMMON CREATION, Co., Ltd.", "copyright": "© 2024 COMMON CREATION, Co., Ltd. All rights reserved." }