Skip to content

Commit ee8bd3f

Browse files
authored
Merge pull request #352 from DishpitDev/staging
patch aud
2 parents 04c06e9 + 28f9d4c commit ee8bd3f

File tree

10 files changed

+414
-5
lines changed

10 files changed

+414
-5
lines changed

.github/workflows/build-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
with:
6767
projectPath: './Slopify'
6868
includeUpdaterJson: true
69-
tagName: app-v__VERSION__
70-
releaseName: 'App v__VERSION__'
69+
tagName: v__VERSION__
70+
releaseName: 'v__VERSION__'
7171
releaseBody: 'See the assets to download this version and install.'
7272
releaseDraft: true
7373
prerelease: false

Slopify/package-lock.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Slopify/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"@tauri-apps/api": "^2",
1515
"@tauri-apps/plugin-notification": "^2.2.0",
1616
"@tauri-apps/plugin-opener": "^2",
17+
"@tauri-apps/plugin-process": "^2.2.0",
18+
"@tauri-apps/plugin-updater": "^2.3.0",
1719
"prettier": "^3.4.2",
1820
"react": "^18.3.1",
1921
"react-dom": "^18.3.1",

Slopify/src-tauri/2

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
added 1 package, and audited 91 packages in 3s
3+
4+
10 packages are looking for funding
5+
run `npm fund` for details
6+
7+
found 0 vulnerabilities

0 commit comments

Comments
 (0)