Skip to content

Commit

Permalink
feat: added stay on top for miniplayer, xosms updated, xosms progress…
Browse files Browse the repository at this point in the history
… bar
  • Loading branch information
Venipa committed Mar 11, 2024
1 parent 17ba826 commit 4e92dd9
Show file tree
Hide file tree
Showing 10 changed files with 186 additions and 242 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ jobs:

- name: Install dependencies
run: |
yarn config set ignore-engines true
yarn
pnpm i
- name: Build Electron release
run: yarn release
run: pnpm release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VUE_APP_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"vue-router": "^4.0.5",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.2",
"winston-transport": "^4.4.0"
"winston-transport": "^4.4.0",
"xosms": "^0.6.0"
},
"devDependencies": {
"@types/electron-devtools-installer": "^2.2.0",
Expand Down Expand Up @@ -94,12 +95,8 @@
},
"license": "MIT",
"optionalDependencies": {
"@nodert-win10-rs4/windows.foundation": "^0.4.4",
"@nodert-win10-rs4/windows.media": "^0.4.4",
"@nodert-win10-rs4/windows.storage.streams": "^0.4.4",
"@types/discord-rpc": "^4.0.3",
"bufferutil": "^4.0.6",
"mpris-service": "^2.1.2",
"utf-8-validate": "^5.0.8"
},
"repository": "https://github.com/Venipa/ytmdesktop2",
Expand Down
Loading

0 comments on commit 4e92dd9

Please sign in to comment.