Skip to content

Commit

Permalink
Add Qobuz client installer at 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspinho committed Nov 15, 2023
1 parent 787f6a2 commit c65e945
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Software/qobuz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Name: qobuz
Description: "Qobuz is a French digital music store and streaming service"
Grade: Platinum
Arch: win64

Dependencies:
- dotnet452
- tahoma32

Executable:
name: Qobuz
icon: qobuz.png
path: Users/Public/qobuz/lib/net45/Qobuz.exe
file: Qobuz.exe
arguments: ""

Steps:
- action: run_script
script: |
export QOBUZ_URL=https://desktop.qobuz.com/releases/win32/x64/windows7_8_10/7.1.3-b010/Qobuz_Installer.exe
export WORK_DIR=!bottle_drive/users/Public/qobuz
mkdir -p "$WORK_DIR"
wget "$QOBUZ_URL" -O "$WORK_DIR/qobuz_installer.exe"
cd "$WORK_DIR"
unzip "$WORK_DIR/qobuz_installer.exe"
unzip ./*.nupkg
Binary file added data/qobuz/qobuz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,10 @@ playstationplus:
Grade: Gold
Category: Games
Icon: playstationplus.png

qobuz:
Arch: win64
Name: 'Qobuz'
Description: 'Qobuz is a French digital music store and streaming service'
Grade: Gold
Category: Software

0 comments on commit c65e945

Please sign in to comment.