@@ -263,7 +263,7 @@ function doInit (app, lang) {
role: 'front'
}
]
- } else if (os === 'win32') {
+ } else if (os === 'win32' || os === 'linux') {
template[0].submenu.unshift({
type: 'separator'
})
@@ -1,6 +1,6 @@
{
"name": "switchhosts",
- "version": "3.3.4",
+ "version": "3.3.5",
"description": "Switch hosts quickly!",
"main": "main.js",
"scripts": {
@@ -1 +1 @@
-exports.version = [3,3,4,5228];
+exports.version = [3,3,5,5230];
"description": "Homepage: [https://oldj.github.io/SwitchHosts/](https://oldj.github.io/SwitchHosts/)",
"main": "",