如何使用 ps2exe 包在 ubuntu 中运行 powershell 脚本生成 exe

如何使用 ps2exe 包在 ubuntu 中运行 powershell 脚本生成 exe

如何使用 ps2exe 包在 ubuntu 中制作 powershell 脚本来生成 exe。

我的脚本在 Windows 操作系统上运行良好但同样的脚本在 Ubuntu 中不起作用。我需要在 Ubuntu 中运行这个脚本,因为我只有一台运行 Ubuntu 操作系统的 AWS 云服务器。 我在 Ubuntu 中安装了带有 ps2exe 扩展的 Powershell。但它不能正常工作。我不知道如何解决以下错误,是否可以使用 Ubuntu 中的 ps2exe 从 PowerShell 脚本生成 exe 文件?

/home/mypc/.local/share/powershell/Modules/ps2exe/1.0.12/ps2exe.ps1:2762
Line |
2762 |      $cr = $cop.CompileAssemblyFromSource($cp, $programFrame)
     |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Exception calling "CompileAssemblyFromSource" with "2" argument(s): "Operation is not supported on this platform."
Invoke-ps2exe: Output file /var/www/html/script/home/remote/aithentic-agent-win-installer.exe not written

谢谢

相关内容