Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Switch to release self-update channel
Browse files Browse the repository at this point in the history
Reverts: a52a513
Signed-off-by: Simon Rozman <[email protected]>
  • Loading branch information
rozmansi committed Jun 23, 2022
1 parent 40157af commit 62e5614
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased](https://github.com/Amebis/eduVPN/compare/3.0.5...HEAD)

- Switch to release self-update channel


## [3.0.5](https://github.com/Amebis/eduVPN/compare/3.0.4...3.0.5) (2022-06-22)

Expand Down
5 changes: 4 additions & 1 deletion LetsConnect.Client/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@
<eduVPN.Properties.Settings>
<setting name="SelfUpdateDiscovery" serializeAs="Xml">
<value>
<ResourceRef Uri="https://raw.githubusercontent.com/Amebis/eduVPN/master/bin/Setup/LetsConnect.windows.json">
<ResourceRef Uri="https://app.letsconnect-vpn.org/windows/update-v2.json">
<MinisignPublicKeyDictionary Key="PublicKeys">
<PublicKey SupportedAlgorithms="2">RWRPrtnepBgoU86pKtSnHJXBtmtJjv6T5wN2Q+P7vPgHPdr3v8kGme13</PublicKey>
<PublicKey>RWTbIHtCWd57+tcyjPSn30I7xhPGow35NR7wBzj3qDm13TE6YFk2L2M8</PublicKey>
<PublicKey>RWQHk3PWKr6pfbb7MSTJrhHrPgz3/BYk8uvwFoScHK5LYZhC2oNXnW16</PublicKey>
<PublicKey>RWQ68Y5/b8DED0TJ41B1LE7yAvkmavZWjDwCBUuC+Z2pP9HaSawzpEDA</PublicKey>
</MinisignPublicKeyDictionary>
</ResourceRef>
</value>
Expand Down
5 changes: 4 additions & 1 deletion eduVPN.Client/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@
</setting>
<setting name="SelfUpdateDiscovery" serializeAs="Xml">
<value>
<ResourceRef Uri="https://raw.githubusercontent.com/Amebis/eduVPN/master/bin/Setup/eduVPN.windows.json">
<ResourceRef Uri="https://app.eduvpn.org/windows/update-v2.json">
<MinisignPublicKeyDictionary Key="PublicKeys">
<PublicKey SupportedAlgorithms="2">RWRPrtnepBgoU86pKtSnHJXBtmtJjv6T5wN2Q+P7vPgHPdr3v8kGme13</PublicKey>
<PublicKey>RWTbIHtCWd57+tcyjPSn30I7xhPGow35NR7wBzj3qDm13TE6YFk2L2M8</PublicKey>
<PublicKey>RWQHk3PWKr6pfbb7MSTJrhHrPgz3/BYk8uvwFoScHK5LYZhC2oNXnW16</PublicKey>
<PublicKey>RWQ68Y5/b8DED0TJ41B1LE7yAvkmavZWjDwCBUuC+Z2pP9HaSawzpEDA</PublicKey>
</MinisignPublicKeyDictionary>
</ResourceRef>
</value>
Expand Down

0 comments on commit 62e5614

Please sign in to comment.