We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cfe7a commit 9cb238eCopy full SHA for 9cb238e
.github/workflows/main.yml
@@ -50,9 +50,6 @@ jobs:
50
echo VITE_APP_DISCORD_CLIENT_ID=${{ secrets.DISCORD_CLIENT_ID }} >> .env
51
cat .env
52
53
- - name: Prebuild Electron
54
- run: node ${{ github.workspace }}/node_modules/vite-plugin-electron-renderer/install.js
55
-
56
- name: Release
57
env:
58
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "muffon",
3
- "version": "1.5.0",
+ "version": "1.6.0",
4
"description": "Music streaming browser",
5
"homepage": "https://github.com/staniel359/muffon",
6
"bugs": {
0 commit comments