File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11.vscode /*
22serviceAccount.json
33backend /dist /*
4- CryptoMail
4+ CryptoMail
5+ CryptoMail.app
Original file line number Diff line number Diff line change 22 # Go Instalation
33 go install google.golang.org/protobuf/cmd/
[email protected] 44 go install google.golang.org/grpc/cmd/
[email protected] 5+ go install fyne.io/fyne/v2/cmd/fyne@latest
56
67 # Typescript Installation
78 cd frontend&&npm install&&cd ..
@@ -28,4 +29,19 @@ build:
2829
2930 # Cleanup
3031 rm -rf backend/dist
31- rm backend/CryptoMail
32+ rm backend/CryptoMail
33+
34+ package :
35+ ifeq "$(OS ) " "Windows_NT"
36+ fyne package -os darwin -executable CryptoMail
37+ else
38+ ifeq "$(shell uname -s) " "Linux"
39+ fyne package -os linux -executable CryptoMail
40+ endif
41+
42+ ifeq "$(shell uname -s) " "Darwin"
43+ fyne package -os darwin -executable CryptoMail
44+ endif
45+ endif
46+
47+ rm CryptoMail
You can’t perform that action at this time.
0 commit comments