feat: add make build-flatpak
This commit is contained in:
parent
dabc49567c
commit
1dda85d002
8
Makefile
8
Makefile
@ -131,6 +131,14 @@ endif
|
||||
build: install-and-build install-rust-targets
|
||||
yarn build
|
||||
|
||||
build-flatpak: install-and-build
|
||||
@echo "==> Building unbundled Tauri binary for Flatpak"
|
||||
@yarn build:web
|
||||
@yarn build:icon
|
||||
@yarn copy:assets:tauri
|
||||
@echo "==> Running tauri build (no bundle)"
|
||||
@SKIP_BINARIES=true IS_CLEAN=true yarn tauri build --no-bundle
|
||||
|
||||
clean:
|
||||
ifeq ($(OS),Windows_NT)
|
||||
-powershell -Command "Get-ChildItem -Path . -Include node_modules, .next, dist, build, out, .turbo, .yarn -Recurse -Directory | Remove-Item -Recurse -Force"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user