在 Windows IOT Core 上为 Raspberry pi2 创建 appx 文件?

Create appx file for Raspberry pi2 on Windows IOT Core?

我有一个 Windows 通用应用程序,我想将其打包并部署到 Raspberry Pi2 上的 Windows IOT Core 运行。我可以从 Visual Studio 获取要部署的代码,但我想将应用程序交给其他人并让他们安装,而我并没有期待通过 Web 界面进行部署的方式,因为有一个地方可以上传应用程序文件,但我想不出任何方法来建立它。有没有可能w/oVisual Studio? 谢谢, 尼克

第 1 步:构建
从 Visual Studio:

创建应用程序包
  1. 右键单击您的项目
  2. 选择商店...创建应用程序包
  3. 选择 "No" 创建要上传到 Windows 商店的包
  4. 在下一步中,select "Never" for "Generate app bundle" 并确保选中 "ARM"。
  5. 点击创建。 Raspberry Pi 兼容版本将在“.\AppPackages\XX_ARM_XX”文件夹中。

第 2 步:安装
在 Raspberry Pi:

安装应用程序
  1. 打开"Windows Device Portal"网站
  2. 从侧面菜单中选择 "Apps"
  3. 从构建文件夹上传 *.appx 和 *.cer 文件

您可以在此处了解更多信息:
Packaging UWP apps
Windows Device Portal(向下滚动到应用部分)