Skip to content

Commit

Permalink
update package config & action
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Mar 1, 2024
1 parent 7acfb1b commit cf833fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-enjoy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Enjoy-${{ matrix.os }}
path: ./enjoy/output/make/**/*
path: ./enjoy/out/make/**/*
2 changes: 1 addition & 1 deletion enjoy/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import os from "os";

const config = {
packagerConfig: {
asar: false,
asar: true,
icon: "./assets/icon",
name: "Enjoy",
executableName: "enjoy",
Expand Down

0 comments on commit cf833fc

Please sign in to comment.