ci: add apt confg, background updates

This commit is contained in:
zaneschepke
2026-02-27 10:17:06 -05:00
parent b8a694d775
commit a59bfeaa74
2 changed files with 12 additions and 6 deletions
+5 -5
View File
@@ -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
View File
@@ -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;"