Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rlyles authored Dec 28, 2024
1 parent 5e499c4 commit f5c5c77
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions build/electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
appId: com.giffer.app
productName: GIFfer
directories:
output: dist
buildResources: build
files:
- "**/*"
- "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}"
- "!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}"
- "!**/node_modules/.bin"
- "!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}"
win:
target:
- target: portable
arch: x64
icon: build/icon.ico
portable:
appId: com.giffer.app
productName: GIFfer
directories:
output: dist
buildResources: build
files:
- "**/*"
- "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}"
- "!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}"
- "!**/node_modules/.bin"
- "!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}"
win:
target:
- target: portable
arch: x64
icon: icon.ico
portable:
artifactName: "GIFfer.exe"

0 comments on commit f5c5c77

Please sign in to comment.