mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-20 20:24:33 +02:00
Better build dependencies
This commit is contained in:
parent
921f2babb9
commit
a952863b97
19
Makefile
19
Makefile
@ -77,35 +77,26 @@ build_pkgs: install_deps
|
|||||||
yarn --cwd=app run build-appimage
|
yarn --cwd=app run build-appimage
|
||||||
yarn --cwd=app run build-7z
|
yarn --cwd=app run build-7z
|
||||||
|
|
||||||
build_deb: install_deps
|
build_deb:
|
||||||
# Build deb package
|
# Build deb package
|
||||||
yarn --cwd=app run build-deb
|
yarn --cwd=app run build-deb
|
||||||
|
|
||||||
build_rpm: install_deps
|
build_rpm:
|
||||||
# Build rpm package
|
# Build rpm package
|
||||||
yarn --cwd=app run build-rpm
|
yarn --cwd=app run build-rpm
|
||||||
|
|
||||||
build_snap: install_deps
|
build_snap:
|
||||||
# Build deb package
|
# Build deb package
|
||||||
yarn --cwd=app run build-snap
|
yarn --cwd=app run build-snap
|
||||||
|
|
||||||
build_appimage: install_deps
|
build_appimage:
|
||||||
# Build the AppImage package
|
# Build the AppImage package
|
||||||
yarn --cwd=app run build-appimage
|
yarn --cwd=app run build-appimage
|
||||||
|
|
||||||
build_7z: install_deps
|
build_7z:
|
||||||
# Build 7z archive
|
# Build 7z archive
|
||||||
yarn --cwd=app run build-7z
|
yarn --cwd=app run build-7z
|
||||||
|
|
||||||
|
|
||||||
build_pkgs_arm64: install_deps
|
|
||||||
# Build everything
|
|
||||||
yarn --cwd=app run build-arm
|
|
||||||
|
|
||||||
build_pkgs_x86: install_deps
|
|
||||||
# Build everything
|
|
||||||
yarn --cwd=app run build-x86
|
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf app flatpak node_modules source artifacts package-lock.json package.json
|
rm -rf app flatpak node_modules source artifacts package-lock.json package.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user