mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-09 17:18:50 +00:00
beginnings of a qt gui.
This commit is contained in:
13
view/Makefile
Normal file
13
view/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
dist: deploy/linux/nakv deploy/windows/nakv.exe
|
||||
mkdir -p dist
|
||||
cd deploy/linux && tar -czvf nakv_linux.tar.gz nakv
|
||||
mv deploy/linux/nakv_linux.tar.gz dist/
|
||||
rm -f deploy/windows/nakv_windows.zip
|
||||
cd deploy/windows && zip nakv_windows *.exe
|
||||
mv deploy/windows/nakv_windows.zip dist/
|
||||
|
||||
deploy/linux/nakv: $(shell find . -name "*.go")
|
||||
qtdeploy -ldflags="-s -w" -fast build desktop github.com/fiatjaf/nakv
|
||||
|
||||
deploy/windows/nakv.exe: $(shell find . -name "*.go")
|
||||
qtdeploy -ldflags="-s -w" -docker build windows_64_static
|
||||
Reference in New Issue
Block a user