Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jvxis committed Apr 27, 2024
1 parent a44c12d commit 3244f14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_gio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GOOS=$1
GOARCH=$2
MIN_SDK=$3
#CGO_CFLAGS=""
OUTPUT="./build/g45w_${GOOS}_${GOARCH}"
OUTPUT="./build/derow_${GOOS}_${GOARCH}"

source ./build_vars.sh

Expand Down
2 changes: 1 addition & 1 deletion build_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

GOOS=$1
GOARCH=$2
OUTPUT="./build/g45w_${GOOS}_${GOARCH}"
OUTPUT="./build/deroW_${GOOS}_${GOARCH}"

source ./build_vars.sh

Expand Down
4 changes: 2 additions & 2 deletions settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ var (

var App AppSettings

var Name = "G45W"
var DonationAddress = "dero1qyhunyuk24g9qsjtcr4r0c7rgjquuernqcfnx76kq0jvn4ns98tf2qgj5dq70"
var Name = "deroW"
var DonationAddress = "dero1qys28f7w548hcg36c5t6jwvrr7w7ce8c5h79lxue7xwsp7wyk05kqqqq32jf7"

// vars below are replaced by -ldflags during build
var Version = "development"
Expand Down

0 comments on commit 3244f14

Please sign in to comment.