Skip to content

Commit

Permalink
revert: revert last 2 commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajaniraiyn committed Oct 27, 2022
1 parent d40f17b commit 9e836c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest, windows-latest]
os: [macOS-latest, ubuntu-latest, windows-latest]
arch: [x64]
include:
- os: macOS-latest
Expand All @@ -38,11 +38,13 @@ jobs:
# Build for supported platforms
# https://github.com/electron/electron-packager/blob/ebcbd439ff3e0f6f92fa880ff28a8670a9bcf2ab/src/targets.js#L9
# 32-bit Linux unsupported as of 2019: https://www.electronjs.org/blog/linux-32bit-support
os: [macOS-latest, windows-latest]
os: [macOS-latest, ubuntu-latest, windows-latest]
arch: [x64, arm64]
include:
- os: windows-latest
arch: ia32
- os: ubuntu-latest
arch: armv7l
# Publishing artifacts for multiple Windows architectures has
# a bug which can cause the wrong architecture to be downloaded
# for an update, so until that is fixed, only build Windows x64
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raj-browser",
"version": "2.0.4",
"version": "2.0.5",
"description": "A UI and privacy focussed browser for the web from the web.",
"main": "./out/main/index.js",
"author": "Rajaniraiyn",
Expand All @@ -14,7 +14,7 @@
"dev": "electron-vite dev",
"build": "tsc --noEmit && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:current": "electron-builder --config",
"build:current": "npm run build && electron-builder --config",
"build:win": "npm run build && electron-builder --win --config",
"build:mac": "npm run build && electron-builder --mac --config",
"build:linux": "npm run build && electron-builder --linux --config",
Expand Down

0 comments on commit 9e836c6

Please sign in to comment.