mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-29 16:44:32 +02:00
Use correct node packages
This commit is contained in:
parent
04897fe418
commit
3452b298cb
4
Makefile
4
Makefile
@ -19,10 +19,10 @@ prepare: install_build_deps
|
|||||||
# Extract app from app archive
|
# Extract app from app archive
|
||||||
cd source && 7z x -y -bsp0 -bso0 app-32.7z
|
cd source && 7z x -y -bsp0 -bso0 app-32.7z
|
||||||
# Extract app sources from the app
|
# Extract app sources from the app
|
||||||
asar extract source/resources/app.asar app
|
node_modules/asar/bin/asar.js extract source/resources/app.asar app
|
||||||
|
|
||||||
# Prettier the sources to patch successfully
|
# Prettier the sources to patch successfully
|
||||||
prettier --write "app/build/*.js"
|
node_modules/prettier/bin-prettier.js --write "app/build/*.js"
|
||||||
|
|
||||||
# Apply patches from ./patches, default ones:
|
# Apply patches from ./patches, default ones:
|
||||||
# Hide to tray when closing (https://github.com/SibrenVasse/deezer/issues/4)
|
# Hide to tray when closing (https://github.com/SibrenVasse/deezer/issues/4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user