Skip to content

Commit

Permalink
try updater
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Aug 5, 2024
1 parent 448c724 commit 5732b3b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
pnpm install
pnpm prepare --${{ matrix.arch }}
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm build:win --${{ matrix.arch }}

- name: Upload Artifacts
Expand Down Expand Up @@ -68,6 +70,8 @@ jobs:
pnpm install
pnpm prepare --${{ matrix.arch }}
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm build:linux --${{ matrix.arch }}

- name: Upload Artifacts
Expand Down Expand Up @@ -105,6 +109,8 @@ jobs:
pnpm install
pnpm prepare --${{ matrix.arch }}
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm build:mac --${{ matrix.arch }}

- name: Upload Artifacts
Expand Down
3 changes: 0 additions & 3 deletions dev-app-update.yml

This file was deleted.

4 changes: 2 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ nsis:
mac:
target:
- dmg
- zip
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
- NSCameraUsageDescription: Application requests access to the device's camera.
Expand All @@ -59,5 +60,4 @@ rpm:
artifactName: ${name}-linux-${version}-${arch}-installer.${ext}
npmRebuild: false
publish:
provider: generic
url: https://updater.mihomo.party
provider: github

0 comments on commit 5732b3b

Please sign in to comment.