update package config & action

This commit is contained in:
an-lee
2024-02-29 20:59:22 +08:00
parent 7acfb1b957
commit cf833fcce6
2 changed files with 2 additions and 2 deletions

View File

@@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Enjoy-${{ matrix.os }}
path: ./enjoy/output/make/**/*
path: ./enjoy/out/make/**/*

View File

@@ -9,7 +9,7 @@ import os from "os";
const config = {
packagerConfig: {
asar: false,
asar: true,
icon: "./assets/icon",
name: "Enjoy",
executableName: "enjoy",