fix windows builds

This commit is contained in:
hormelcookies 2020-09-01 12:44:03 -07:00 committed by hormelcookies
parent 00622c70d1
commit 7062c6a073
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ exports.default = async function afterPackHook(context){
resourcesDir = join(context.appOutDir, context.packager.appInfo.productFilename + ".app", "Contents", "Resources")
}
const asarAppUnpackedDir = join(resourcesDir + "app.asar.unpacked")
const asarAppUnpackedDir = join(resourcesDir, "app.asar.unpacked")
// The Platform-specific build options override the common config, so attempt to use those first.
let globPatterns = globalOrPlatformArrayParam(platformFilesParam, globalFilesParam)