Skip to content

Commit

Permalink
🔥v.5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saulotarsobc committed Apr 18, 2024
1 parent b3632a7 commit 9b6e7bd
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 890 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/launch-app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build/release

on: push
on:
push:
branches:
- "master"

jobs:
release:
Expand Down
14 changes: 12 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,29 @@ files:
- main
- frontend/out

publish:
- provider: github

nodeVersion: 20.12.2

# Windows
win:
target:
- nsis
# - msi
# - portable
icon: ./build/icon.png
publish:
- provider: github
publisherName: Saulo INC
artifactName: ${productName}-Setup-${version}.${ext}

# Mac
mac:
target: dmg
icon: ./build/icon.png

# Linux
linux:
target:
- AppImage
- deb
icon: ./build/icon.png
Loading

0 comments on commit 9b6e7bd

Please sign in to comment.