-
Notifications
You must be signed in to change notification settings - Fork 26
/
mRemoteNC.yml
37 lines (36 loc) · 1.26 KB
/
mRemoteNC.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
version: 2.70.5853
description: mRemoteNC. Full-featured, multi-tab remote connections manager.
homepage: http://exaktus.github.io/mRemoteNC/
license:
identifier: GPL-2.0-or-later
url: https://github.com/Exaktus/mRemoteNC/blob/master/mRemoteV2/COPYING.TXT
url: https://github.com/Exaktus/mRemoteNC/releases/download/2.70.5853/mRemoteNC-Portable-Latest.zip
hash: c27474f9bc7b41ecee5472eb2de3ab7d94f991097c06f009838c74809643f862
pre_install: |
function SettingProperty ($key, $value) {
return " <$key>$value</$key>"
}
$SETTINGS = @{
'CheckForUpdatesOnStartup' = 'False'
'CheckForUpdatesAsked' = 'True'
}
$CONT = @(
'<?xml version="1.0" encoding="utf-8"?>'
'<Settings>'
)
$SETTINGS.Keys | ForEach-Object { $CONT += SettingProperty $_ $SETTINGS[$_] }
$CONT += '</Settings>'
Test-Persistence 'portable.config' $CONT
Test-Persistence 'confCons.xml' @(
'<?xml version="1.0" encoding="utf-8"?>'
'<Connections Name="Connections" Export="False" Protected="6RMaUw9QjD2hpeVwwJIQ8Xs35QGVah2aYcNf3Dj5Lk2CLRqnfl1Vk88cBK8YhUA1" ConfVersion="2.5" />'
)
pre_uninstall: Copy-Item "$dir\confCons.xml" $persist_dir -Force
shortcuts:
- - mRemoteNC.exe
- mRemoteNC
- - PuttyNG.exe
- PuttyNG
persist:
- portable.config
- confCons.xml