Skip to content

Commit

Permalink
Add electron build script
Browse files Browse the repository at this point in the history
  • Loading branch information
undyingwraith committed Jan 19, 2025
1 parent c0bd7e3 commit 05dc419
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ jobs:
run: yarn build
- name: Run tests
run: yarn test
- name: Build/release Electron app
uses: paneron/[email protected]
with:
github_token: ${{ secrets.github_token }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
skip_build: true
skip_package_manager_install: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipmc",
"version": "1.0.0",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipmc-desktop",
"version": "1.0.0",
"version": "0.1.0",
"description": "An Electron application with React and TypeScript",
"main": "./out/main/index.js",
"author": "example.com",
Expand Down

0 comments on commit 05dc419

Please sign in to comment.