Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 0d999ac

Browse files
committed
removed linux completely
1 parent fe4a88b commit 0d999ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
contents: write
99
strategy:
1010
matrix:
11-
os: [windows-latest, ubuntu-latest]
11+
os: [windows-latest]
1212
steps:
1313
- name: Check out repository
1414
uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/main.js",
66
"scripts": {
77
"start": "electron .",
8-
"build": "electron-builder --windows --linux",
8+
"build": "electron-builder --windows",
99
"dist": "electron-builder build"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)