1

我正在尝试使用 snapcraft 打包我的项目。我认为打包预构建二进制文件是最简单的,可在此处获得:https ://sourceforge.net/p/audiocuesheet

这是一个单声道和 gtk-sharp2 项目,所以我想到了使用 snapcraft 来捆绑我的应用程序。但我目前正在努力让它运行。

我的 snapcraft.yml:

name: audiocuesheeteditor
version: '2.4.2'
summary: Write audio cue sheets fast and efficient
description: |
  Annoyed of writing your audio cue sheets via text editor? Here comes the solution! Audio Cuesheet Editor helps you editing your audio cuesheet file. With AudioCuesheetEditor you can import text files, edit the imported data and afterwards export to a working audio cuesheet.

apps:
  AudioCuesheetEditor:
    command: AudioCuesheetEditor/./AudioCuesheetEditor
parts:
  audiocuesheeteditor:
    source: /home/sven/Downloads/AudioCuesheetEditor-linux-x64-v2.4.2.zip
    plugin: dump

我已经运行过一次 snapcraft,但现在第二次我得到以下输出:

[root@localhost Downloads]# snapcraft 
Native builds aren't supported on Fedora. You can however use 'snapcraft cleanbuild' with a container.

你有什么想法,为什么我不能重建快照?另外,我如何制作 shure,将 mono 和 gtk-sharp2 二进制文件安装在目标系统上?

谢谢你们的帮助。斯文

4

0 回答 0