File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 - name : Build GUI
9595 run : CGO_CFLAGS="-mmacosx-version-min=10.15" CGO_LDFLAGS="-mmacosx-version-min=10.15" CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build -v -tags "static gui" -ldflags "-s -w -X 'vencord/buildinfo.InstallerGitHash=$(git rev-parse --short HEAD)' -X 'vencord/buildinfo.InstallerTag=${{ github.ref_name }}'" -o Equilotl
9696
97- - name : Build CLI
98- run : CGO_CFLAGS="-mmacosx-version-min=10.15" CGO_LDFLAGS="-mmacosx-version-min=10.15" CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -v -tags "static cli" -ldflags "-s -w -X 'vencord/buildinfo.InstallerGitHash=$(git rev-parse --short HEAD)' -X 'vencord/buildinfo.InstallerTag=${{ github.ref_name }}'" -o EquilotlCli-macos
99-
10097 - name : Update executable
10198 run : |
10299 chmod +x Equilotl*
@@ -116,7 +113,6 @@ jobs:
116113 name : Equilotl-macos
117114 path : |
118115 Equilotl.MacOS.zip
119- EquilotlCli-macos
120116
121117
122118 build-windows :
@@ -222,6 +218,5 @@ jobs:
222218 files : |
223219 linux/Equilotl-x11
224220 linux/EquilotlCli-linux
225- macos/EquilotlCli-macos
226221 macos/Equilotl.MacOS.zip
227222 windows/Equilotl*.exe
You can’t perform that action at this time.
0 commit comments