Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Vleerapp/Vleer
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Mar 16, 2024
2 parents ede9259 + ab3b2ef commit e4d0e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,3 @@ jobs:
run: npm install -g pnpm && pnpm install

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: vleer-v__VERSION__
releaseName: 'Vleer v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
3 changes: 2 additions & 1 deletion src-tauri/capabilities/migrated.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"window:allow-hide",
"window:allow-close",
"window:allow-set-decorations",
"window:allow-start-dragging"
"window:allow-start-dragging",
"os:allow-platform"
],
"platforms": [
"linux",
Expand Down

0 comments on commit e4d0e7b

Please sign in to comment.