1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00

opt git.service

This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-07-15 10:08:51 +08:00
parent 3eecdc893c
commit 826dd83e69
3 changed files with 8 additions and 13 deletions

View File

@ -10,9 +10,6 @@ all: def
app: def app: def
CGO_ENABLED=1 go build -v -o ${publish}/Contexts.app/Contents/MacOS/Contexts src/webview.go ${version} ${binpack} && ./${binarys} forever restart &>/dev/null CGO_ENABLED=1 go build -v -o ${publish}/Contexts.app/Contents/MacOS/Contexts src/webview.go ${version} ${binpack} && ./${binarys} forever restart &>/dev/null
# hdiutil create ${publish}/tmp.dmg -ov -volname "ContextsInstall" -fs HFS+ -srcfolder "${publish}/Contexts.app"
# rm -f ${publish}/ContextsInstall.dmg
# hdiutil convert ${publish}/tmp.dmg -format UDZO -o ${publish}/ContextsInstall.dmg
%: src/%.go def %: src/%.go def
@date +"%Y-%m-%d %H:%M:%S" @date +"%Y-%m-%d %H:%M:%S"

View File

@ -1,7 +1,7 @@
~web ~web
# config space meta.main "desktop" # config space main "desktop"
# config serve meta.main "/chat/cmd/web.wiki.portal/" # config serve main "/chat/cmd/web.wiki.portal/"
# config serve meta.open "http://localhost:9020/chat/cmd/web.wiki.feel" # config serve open "http://localhost:9020/chat/cmd/web.wiki.feel"
spide create name "com" link "http://2021.shylinux.com:9020" spide create name "com" link "http://2021.shylinux.com:9020"
dream create name "20221205-sshd" repos "https://shylinux.com/x/sshd" binary "http://2021.shylinux.com:9020/chat/pod/20221205-sshd" dream create name "20221205-sshd" repos "https://shylinux.com/x/sshd" binary "http://2021.shylinux.com:9020/chat/pod/20221205-sshd"
dream create name "20230511-golang-story" repos "https://shylinux.com/x/golang-story" binary "http://2021.shylinux.com:9020/chat/pod/20230511-golang-story" dream create name "20230511-golang-story" repos "https://shylinux.com/x/golang-story" binary "http://2021.shylinux.com:9020/chat/pod/20230511-golang-story"

12
go.mod
View File

@ -9,14 +9,12 @@ go 1.13
// shylinux.com/x/websocket => ./usr/websocket // shylinux.com/x/websocket => ./usr/websocket
// shylinux.com/x/webview => ./usr/webview // shylinux.com/x/webview => ./usr/webview
// ) // )
//
// replace (
// shylinux.com/x/ice => ./usr/release
// shylinux.com/x/icebergs => ./usr/icebergs
// shylinux.com/x/toolkits => ./usr/toolkits
// )
// replace shylinux.com/x/icons => ./usr/icons replace (
shylinux.com/x/ice => ./usr/release
shylinux.com/x/icebergs => ./usr/icebergs
shylinux.com/x/toolkits => ./usr/toolkits
)
require ( require (
shylinux.com/x/ice v1.3.6 shylinux.com/x/ice v1.3.6