Explorar o código

Unbreak build script

Jakob Borg %!s(int64=12) %!d(string=hai) anos
pai
achega
69ef4d261d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -30,7 +30,7 @@ else
 			go build -ldflags "-X main.Version $version" \
 				&& nrsc syncthing gui \
 				&& mkdir -p "$name" \
-				&& mv syncthing "$buildDir/$name" \
+				&& cp syncthing "$buildDir/$name" \
 				&& cp README.md LICENSE "$name" \
 				&& mv syncthing "$name" \
 				&& tar zcf "$buildDir/$name.tar.gz" "$name" \