mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01:00
9 lines
131 B
Bash
Executable File
9 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
#go build -o launchergo main.go mainscreen.go
|
|
go build -ldflags="-s -w" -o launchergo main.go mainscreen.go
|
|
|
|
|
|
|
|
|