summaryrefslogtreecommitdiffstats
path: root/pkg/config/config_windows.go
blob: 6f6560316c30cf2d5537f8b8382eec62acf1881a (plain)
1
2
3
4
5
6
7
8
9
package config

// GetPlatformDefaultConfig gets the defaults for the platform
func GetPlatformDefaultConfig() []byte {
	return []byte(
		`os:
  openCommand: 'cmd /c "start "" {{filename}}"'
  openLinkCommand: 'cmd /c "start "" {{link}}"'`)
}