mirror of
https://github.com/wgtunnel/desktop.git
synced 2026-06-02 08:33:41 +02:00
ci: add apt confg, background updates
This commit is contained in:
@@ -10,11 +10,11 @@ app {
|
|||||||
|
|
||||||
site {
|
site {
|
||||||
copy-to = "/site"
|
copy-to = "/site"
|
||||||
}
|
// will overwrite base-url
|
||||||
// will overwrite base-url
|
github {
|
||||||
github {
|
oauth-token = ${env.CONVEYOR_PAT}
|
||||||
oauth-token = ${env.CONVEYOR_PAT}
|
pages-branch = "gh-pages"
|
||||||
pages-branch = "gh-pages"
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
windows {
|
windows {
|
||||||
|
|||||||
+7
-1
@@ -9,7 +9,7 @@ app {
|
|||||||
homepage = "https://wgtunnel.com"
|
homepage = "https://wgtunnel.com"
|
||||||
vcs-url = "https://github.com/wgtunnel/desktop"
|
vcs-url = "https://github.com/wgtunnel/desktop"
|
||||||
|
|
||||||
updates = manual
|
updates = background
|
||||||
|
|
||||||
icons = ["icon.png"]
|
icons = ["icon.png"]
|
||||||
|
|
||||||
@@ -78,6 +78,12 @@ app {
|
|||||||
email = "support@wgtunnel.com"
|
email = "support@wgtunnel.com"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apt {
|
||||||
|
codename = "stable"
|
||||||
|
component = "main"
|
||||||
|
architectures = ["amd64"]
|
||||||
|
}
|
||||||
|
|
||||||
desktop-file {
|
desktop-file {
|
||||||
"Desktop Entry" {
|
"Desktop Entry" {
|
||||||
Categories = "Network;Security;Settings;Utility;"
|
Categories = "Network;Security;Settings;Utility;"
|
||||||
|
|||||||
Reference in New Issue
Block a user