mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-08-28 22:19:55 -04:00
fix: trailing space
This commit is contained in:
parent
f497bdb405
commit
27b5dec843
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const runBuilder = function (wrapperConfig, target) {
|
|||
if (target.platform === 'darwin') {
|
||||
allArgs.push(`--c.mac.type=${wrapperConfig.mode === 'dist' ? 'distribution' : 'development'}`);
|
||||
// this needs to be built on an arm64 mac, in order for the executable to be able
|
||||
// to run on both x86-64 and arm64 architectures.
|
||||
// to run on both x86-64 and arm64 architectures.
|
||||
allArgs.push('--universal');
|
||||
if (target.name === 'mas-dev') {
|
||||
allArgs.push(`--c.mac.provisioningProfile=${masDevProfile}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue