Skip to content

Commit

Permalink
Regenerate manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 13, 2024
1 parent edf55bf commit bd77f2e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion last_build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "hash": "da2c1c9a4e5fc9dae51bf43acee83de7e217840c", "date": "2024-09-13 12:20:29" }
{ "hash": "e3214a641d60e4d4a8043be730c46a473684e66e", "date": "2024-09-13 12:35:58" }
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,34 @@
"description": "Optional. If set to false, the user can not change the Autostart option.",
"property_order": 10
},
"enableAutoUpdater": {
"type": "boolean",
"title": "Enable AutoUpdater Framework",
"default": true,
"description": "Turns the auto update framework on or off, so the App can update itself.",
"property_order": 15
},
"helpURL": {
"type": "string",
"title": "Help URL",
"default": "https://www.anleitungen.rrze.fau.de/betriebssysteme/apple-macos-und-ios/macos/#networksharemounter",
"description": "Configure a help URL to help users interact with the application.",
"pattern": "^http[s]?:\\/\\/\\S*$",
"property_order": 15
"property_order": 20
},
"unmountOnExit": {
"type": "boolean",
"title": "Unmount Shares on Exit",
"default": true,
"description": "Configure a help URL to help users interact with the application.",
"property_order": 20
"property_order": 25
},
"useNewDefaultLocation": {
"type": "boolean",
"title": "Use the new default mount location",
"default": false,
"description": "With version 3 the old default mount path (~/Netzlaufwerke/) is deprecated. New default is (/Volumes). This key allows administrators to adopt this default value ahead of the official release. This option is provided to ease the transition for administrators.",
"property_order": 25
"property_order": 30
},
"location": {
"type": "string",
Expand All @@ -48,7 +55,7 @@
"href": "https://gitlab.rrze.fau.de/faumac/networkShareMounter#important-note-for-the-location-cleanuplocationdirectory-and-usenewdefaultlocation-values"
}
],
"property_order": 30
"property_order": 35
},
"cleanupLocationDirectory": {
"type": "boolean",
Expand All @@ -61,20 +68,20 @@
"href": "https://gitlab.rrze.fau.de/faumac/networkShareMounter#important-note-for-the-location-cleanuplocationdirectory-and-usenewdefaultlocation-values"
}
],
"property_order": 35
"property_order": 40
},
"canQuit": {
"type": "boolean",
"title": "Show Exit",
"default": true,
"description": "Show exit button in the menu bar.",
"property_order": 40
"property_order": 45
},
"kerberosRealm": {
"type": "string",
"title": "Kerberos Realm",
"description": "Kerberos/AD Domain for user authentication. If set, automatic AD/Kerberos authentication and ticket renewal will be enabled.",
"property_order": 45
"property_order": 50
},
"managedNetworkShares": {
"type": "array",
Expand Down Expand Up @@ -125,7 +132,7 @@
"href": "https://gitlab.rrze.fau.de/faumac/networkShareMounter#configuration-preferences"
}
],
"property_order": 50
"property_order": 55
},
"networkShares": {
"type": "array",
Expand All @@ -141,7 +148,7 @@
"href": "https://gitlab.rrze.fau.de/faumac/networkShareMounter"
}
],
"property_order": 55
"property_order": 60
}
}
}

0 comments on commit bd77f2e

Please sign in to comment.