mirror of
https://github.com/UnnoTed/wireguird
synced 2025-02-05 17:25:30 +00:00
Clean up project setup
This commit is contained in:
parent
6dac3cd878
commit
c8b27fdab8
6
.gitignore
vendored
6
.gitignore
vendored
@ -16,4 +16,8 @@
|
||||
|
||||
./wireguird
|
||||
./wireguird.glade~
|
||||
./wireguird.settings
|
||||
./wireguird.settings
|
||||
|
||||
deb/
|
||||
build/
|
||||
static/*.go
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
echo "wireguird: cleaning..."
|
||||
|
||||
deb_file="./build/wireguird_amd64.deb"
|
||||
@ -13,10 +15,8 @@ fi
|
||||
mkdir -p "$opt_w_dir"
|
||||
|
||||
echo "wireguird: building go binary..."
|
||||
time {
|
||||
go generate
|
||||
go build -ldflags "-s -w" -trimpath -o "$opt_w_dir""wireguird"
|
||||
}
|
||||
|
||||
echo "wireguird: copying icons..."
|
||||
cp -r ./Icon/ "$opt_w_dir"
|
||||
|
0
static/.gitkeep
Normal file
0
static/.gitkeep
Normal file
159
static/ab0x.go
159
static/ab0x.go
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user