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