Skip to content

Commit 3050c83

Browse files
add shell=true to build definition for compatability with win7 and higher
1 parent 2467cc5 commit 3050c83

4 files changed

Lines changed: 7 additions & 1 deletion

Default (Windows).sublime-keymap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[
2+
3+
{ "keys": ["f4"], "command": "jumptoregkey" }
4+
5+
]

REG.sublime-build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"selector": "source.reg",
3+
"shell": true,
34
"cmd": ["regedit.exe", "$file"]
45
}

REG.sublime-settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
{
33
"RegKeyJumpCmd": ["{PACKAGE_PATH}\\REG\\regjump.exe"]
44
// "RegKeyJumpCmd": ["C:\\Program Files\\Registry Workshop\\RegWorkshop.exe", "/g"]
5+
// "RegKeyJumpCmd": ["D:\\PortableApps\\RegistryWorkshop\\RegWorkshopPortable.exe", "/g"]
56
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<snippet>
22
<content>Windows Registry Editor Version 5.00
33

4-
54
</content>
65
<scope>source.reg</scope>
76
</snippet>

0 commit comments

Comments
 (0)