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 {
copy-to = "/site"
}
// will overwrite base-url
github {
oauth-token = ${env.CONVEYOR_PAT}
pages-branch = "gh-pages"
// will overwrite base-url
github {
oauth-token = ${env.CONVEYOR_PAT}
pages-branch = "gh-pages"
}
}
windows {
+7 -1
View File
@@ -9,7 +9,7 @@ app {
homepage = "https://wgtunnel.com"
vcs-url = "https://github.com/wgtunnel/desktop"
updates = manual
updates = background
icons = ["icon.png"]
@@ -78,6 +78,12 @@ app {
email = "support@wgtunnel.com"
}
apt {
codename = "stable"
component = "main"
architectures = ["amd64"]
}
desktop-file {
"Desktop Entry" {
Categories = "Network;Security;Settings;Utility;"