File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 461461 </PropertyGroup >
462462
463463 <PropertyGroup >
464- <_NpxCmd >npx electron-builder --config=./$(ElectronBuilderJson) --$(ElectronPlatform) --$(ElectronArch) -c.electronVersion=$(ElectronVersion) -c.directories.output " $(ElectronPublishUrlFullPath) " $(ElectronPaParams)</_NpxCmd >
464+ <_NpxCmd >npx electron-builder --config=./$(ElectronBuilderJson) --$(ElectronPlatform) --$(ElectronArch) -c.electronVersion=$(ElectronVersion) $(ElectronPaParams)</_NpxCmd >
465465 <_NpxCmd Condition =" '$(IsLinuxWsl)' == 'true'" >wsl bash -ic '$(_NpxCmd)'</_NpxCmd >
466466 </PropertyGroup >
467467
468- <!-- <Message Importance="High" Text="ElectronDumpInfo: ElectronPublishUrlFullPath: $(ElectronPublishUrlFullPath)" />-->
469- <!-- <Message Importance="High" Text="ElectronDumpInfo: _NpxCmd: $(_NpxCmd)" />-->
470-
471468 <Exec Command =" $(_NpxCmd)" WorkingDirectory =" $(ElectronPublishDirFullPath)" Timeout =" 900000" StandardOutputImportance =" High" StandardErrorImportance =" High" ContinueOnError =" false" Condition =" @(CopiedFiles->Count()) > 0" >
472469 <Output TaskParameter =" ExitCode" PropertyName =" ExecExitCode" />
473470 </Exec >
You can’t perform that action at this time.
0 commit comments