Skip to content

Commit b553372

Browse files
committed
Merge pull request #47 from my-personal-forks/build-as-folder
map F7 to 'build as folder'
2 parents 3b59669 + 56fe36e commit b553372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShell.sublime-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build_systems": [
1111
{
1212
"name": "Run",
13-
"shell_cmd": "powershell.exe -noninteractive -file $project_path/bin/Build.ps1"
13+
"shell_cmd": "powershell.exe -noninteractive -file $project_path/bin/Build-Folder.ps1"
1414
}
1515
]
1616
}

0 commit comments

Comments
 (0)