Electron:在MacOsx上使用Electron winstaller生成Windows安装程序时出错

Electron:在MacOsx上使用Electron winstaller生成Windows安装程序时出错,electron,macos-catalina,electron-packager,squirrel,Electron,Macos Catalina,Electron Packager,Squirrel,因为我使用的是Catalina,所以无法使用electron winstaller生成新的nupkg和setup.exe。 我认为这是一个许可问题,但我不知道如何解决它 希望有人能帮助我。 谢谢 创建nupkg后出现的错误: 2020-01-31 17:01:53> ReleasePackage: No release notes found in /Users/univrstudio/.local/share/SquirrelTemp/tempa/univr-store.nuspec 2

因为我使用的是Catalina,所以无法使用electron winstaller生成新的nupkg和setup.exe。 我认为这是一个许可问题,但我不知道如何解决它

希望有人能帮助我。 谢谢

创建nupkg后出现的错误:

2020-01-31 17:01:53> ReleasePackage: No release notes found in /Users/univrstudio/.local/share/SquirrelTemp/tempa/univr-store.nuspec
2020-01-31 17:01:54> Utility: Failed to extract file /Users/univrstudio/Documents/Launcher/release/univr-store-0.0.52-full.nupkg to /Users/univrstudio/.local/share/SquirrelTemp/tempa
无骰子:失败,退出代码:255
输出:
System.AggregateException:发生一个或多个错误。()-->系统异常
在0中的Squirrel.Utility.CreateZipFromDirectory(System.String zipFilePath,System.String inFolder)[0x00119]处
---内部异常堆栈跟踪的结束---
0中的System.Threading.Tasks.Task.ThrowifeException(System.Boolean IncludeTaskCanceledException)[0x00011]处
在:0中的System.Threading.Tasks.Task.Wait(System.Int32毫秒计时,System.Threading.CancellationToken CancellationToken)[0x00043]处
在0中的System.Threading.Tasks.Task.Wait()[0x00000]处
在Squirrel.ReleasePackage.CreateReleasePackage(System.String outputFile,System.String packagesRootDir,System.Func`2[T,TResult]releaseNotesProcessor,System.Action`1[T]contentsPostProcessHook)[0x001f7]中:0
在Squirrel.Update.Program.Releasify(System.String package、System.String targetDir、System.String packagesDir、System.String bootstrapperExe、System.String backgroundGif、System.String signingOpts、System.String baseUrl、System.String setupIcon、System.Boolean generateMsi、System.String frameworkVersion、System.Boolean generateDeltas)[0x00214]年:0
在0中的Squirrel.Update.Program.executeCommand行(System.String[]args)[0x004a2]处
在0中的Squirrel.Update.Program.main(System.String[]args)[0x00082]处
在0中的Squirrel.Update.Program.Main(System.String[]args)[0x00006]处
--->(内部异常#0)系统异常

在0中的Squirrel.Utility.CreateZipFromDirectory(System.String zipFilePath,System.String inFolder)[0x00119]中,我遇到了相同的问题,您找到了解决方案吗?
No dice: Failed with exit code: 255
Output:
System.AggregateException: One or more errors occurred. () ---> System.Exception
  at Squirrel.Utility.CreateZipFromDirectory (System.String zipFilePath, System.String inFolder) [0x00119] in <a5ee691170b94c488950c75951ce1ba3>:0 
   --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00011] in <6e26a535bf76467f9082042847cb7d56>:0 
  at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in <6e26a535bf76467f9082042847cb7d56>:0 
  at System.Threading.Tasks.Task.Wait () [0x00000] in <6e26a535bf76467f9082042847cb7d56>:0 
  at Squirrel.ReleasePackage.CreateReleasePackage (System.String outputFile, System.String packagesRootDir, System.Func`2[T,TResult] releaseNotesProcessor, System.Action`1[T] contentsPostProcessHook) [0x001f7] in <a5ee691170b94c488950c75951ce1ba3>:0 
  at Squirrel.Update.Program.Releasify (System.String package, System.String targetDir, System.String packagesDir, System.String bootstrapperExe, System.String backgroundGif, System.String signingOpts, System.String baseUrl, System.String setupIcon, System.Boolean generateMsi, System.String frameworkVersion, System.Boolean generateDeltas) [0x00214] in <a5ee691170b94c488950c75951ce1ba3>:0 
  at Squirrel.Update.Program.executeCommandLine (System.String[] args) [0x004a2] in <a5ee691170b94c488950c75951ce1ba3>:0 
  at Squirrel.Update.Program.main (System.String[] args) [0x00082] in <a5ee691170b94c488950c75951ce1ba3>:0 
  at Squirrel.Update.Program.Main (System.String[] args) [0x00006] in <a5ee691170b94c488950c75951ce1ba3>:0 
---> (Inner Exception #0) System.Exception
  at Squirrel.Utility.CreateZipFromDirectory (System.String zipFilePath, System.String inFolder) [0x00119] in <a5ee691170b94c488950c75951ce1ba3>:0 <---