]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
fix dep
authorqydysky <qydysky@foxmail.com>
Tue, 20 Oct 2020 00:48:28 +0000 (08:48 +0800)
committerqydysky <qydysky@foxmail.com>
Tue, 20 Oct 2020 00:48:28 +0000 (08:48 +0800)
.github/workflows/go.yml
VERSION

index c412a3041f7e1b2ce950fc1de347cc9a40431a9e..f83dbcdd6ce1d03362dad0575b37cea61bdb16b1 100644 (file)
@@ -47,7 +47,7 @@ jobs:
     - name: Build
       run: |
         sudo apt-get install libgtk-3-dev libcairo2-dev libglib2.0-dev
-        go build -v -o demo/demo.run -i demo/main.go
+        go build -v -buildmode=exe -o demo/demo.run -i demo/main.go
       
     - name: zip
       run: zip -q -r release_ubuntu.zip *
diff --git a/VERSION b/VERSION
index d045f1018ddac4e1d54dc21492b293c08668d7f3..4a6190d14085b53a33b8df30e8bb70363f1fbf7f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010191946
\ No newline at end of file
+202010200848
\ No newline at end of file