mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
Update script
This commit is contained in:
parent
f1318f28ea
commit
8316bce6eb
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ mv micro-$1-osx.tar.gz binaries
|
|||
# Linux
|
||||
echo "Linux 64"
|
||||
GOOS=linux GOARCH=amd64 make build
|
||||
./package-deb.sh $1
|
||||
./tools/package-deb.sh $1
|
||||
mv micro_$1_amd64.deb binaries
|
||||
|
||||
mv micro micro-$1
|
||||
|
|
|
|||
Loading…
Reference in a new issue