Skip to content

Exclude a file from the github repo #592

Answered by aaronparker
jms-du-se asked this question in Q&A
Discussion options

You must be logged in to vote

This should work:

{
	"Name": "eduVPN",
	"Source": "https://app.eduvpn.org/",
    "Get": {
		"Uri": "https://api.github.com/repos/Amebis/eduVPN/releases/latest",
		"MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
		"MatchFileTypes": "^eduVPNClient_.*(exe|msi)$"
	},
	"Install": {
		"Setup": "eduVPNClient_*.exe",
		"Preinstall": "",
		"Physical": {
			"Arguments": "/install /quiet /norestart",
			"PostInstall": [
			]
		},
		"Virtual": {
			"Arguments": "",
			"PostInstall": [
			]
		}
	}
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jms-du-se
Comment options

Answer selected by jms-du-se
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants