diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 16:21:28 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 16:21:28 -0400 |
| commit | c8ad72fef9e7a1217befd700d184209f9e064b26 (patch) | |
| tree | a950127c2dc0c97ff535b61c28292efe8bd98a70 | |
| parent | 6991bf94ac98a644cb4ab4bec4055189d37bb4ea (diff) | |
| download | YouTube-TV-Client-c8ad72fef9e7a1217befd700d184209f9e064b26.tar.gz YouTube-TV-Client-c8ad72fef9e7a1217befd700d184209f9e064b26.tar.bz2 YouTube-TV-Client-c8ad72fef9e7a1217befd700d184209f9e064b26.zip | |
Attempting actions again
| -rw-r--r-- | .github/workflows/build.yml | 0 | ||||
| -rw-r--r-- | package.json | 8 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.github/workflows/build.yml diff --git a/package.json b/package.json index f8faba3..8fdcb01 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "author": "Andrew Lee <alee14498@protonmail.com>", "license": "GPL-3.0", "scripts": { - "start": "electron .", - "build": "electron-builder -lwm" + "start": "electron ." }, "devDependencies": { "electron": "^13.1.9", @@ -34,7 +33,10 @@ ] }, "mac": { - "target": "zip" + "target": [ + "zip", + "dmg" + ] } } } |
