Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed May 29, 2024
1 parent e6a2062 commit e97d5a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
release: true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"dist": "vite build && electron-builder"
"dist": "vite build && electron-builder",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"vue": "^3.4.27"
Expand Down

0 comments on commit e97d5a0

Please sign in to comment.