Skip to content

Commit

Permalink
docs: Improve wording of ASAR warning (#4601)
Browse files Browse the repository at this point in the history
This makes it a bit clearer IMO
  • Loading branch information
adam-lynch authored and develar committed Jan 20, 2020
1 parent d4feb6d commit bba9dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app-builder-lib/src/platformPackager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export abstract class PlatformPackager<DC extends PlatformSpecificBuildOptions>
if (appAsarStat == null || !appAsarStat.isFile()) {
log.warn({
solution: "enable asar and use asarUnpack to unpack files that must be externally available",
}, "asar using is disabled — it is strongly not recommended")
}, "asar usage is disabled — this is strongly not recommended")
}
return null
}
Expand Down Expand Up @@ -677,4 +677,4 @@ export function isSafeToUnpackElectronOnRemoteBuildServer(packager: PlatformPack
return packager.config.electronDist == null && packager.config.electronDownload == null
}
return false
}
}

0 comments on commit bba9dff

Please sign in to comment.