diff --git a/.gitignore b/.gitignore index a1b234f..5695e9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ node_modules -out/ -dist \ No newline at end of file +out/ \ No newline at end of file diff --git a/package.json b/package.json index a66a954..9fa473a 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,7 @@ { "name": "@electron-forge/maker-zip", "platforms": [ - "darwin", - "linux" + "darwin" ] }, {