update package config & action
This commit is contained in:
2
.github/workflows/build-enjoy-app.yml
vendored
2
.github/workflows/build-enjoy-app.yml
vendored
@@ -43,4 +43,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Enjoy-${{ matrix.os }}
|
||||
path: ./enjoy/output/make/**/*
|
||||
path: ./enjoy/out/make/**/*
|
||||
|
||||
@@ -9,7 +9,7 @@ import os from "os";
|
||||
|
||||
const config = {
|
||||
packagerConfig: {
|
||||
asar: false,
|
||||
asar: true,
|
||||
icon: "./assets/icon",
|
||||
name: "Enjoy",
|
||||
executableName: "enjoy",
|
||||
|
||||
Reference in New Issue
Block a user