Skip to content

Commit f76d2a1

Browse files
snap: remove i386 version
i386 version does not work
1 parent ade76c7 commit f76d2a1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

snap/snapcraft.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,15 @@ description: |
99
- Remove one or more trackers at the same time.
1010
- Remove all the trackers to create trackerless torrent. DHT torrent
1111
- Change public/private flag. Warning: This will change the torrent info HASH.
12-
- Preset add/remove tracker via add_trackers.txt and remove_trackers.txt files when present in the same folder as the executable file.
12+
- Preset add/remove tracker via add_trackers.txt and remove_trackers.txt files.
1313
- Optional start as console program.
1414
- Show torrent files content.
15-
- Download stable trackers from newTrackon.
16-
#icon: snap/gui/bittorrent-tracker-editor.png
15+
- Download stable trackers from newTrackon or ngosang
1716
grade: stable
1817
confinement: strict
19-
#license: MIT
2018

2119
architectures:
2220
- build-on: amd64
23-
- build-on: i386
2421
- build-on: arm64
2522
- build-on: armhf
2623

@@ -52,7 +49,7 @@ parts:
5249
plugin: nil
5350
override-build: |
5451
snapcraftctl build
55-
lazbuild --build-mode=Release source/project/tracker_editor/trackereditor.lpi
52+
lazbuild --build-mode=Release --widgetset=gtk2 source/project/tracker_editor/trackereditor.lpi
5653
mkdir $SNAPCRAFT_PART_INSTALL/app
5754
mv enduser/trackereditor $SNAPCRAFT_PART_INSTALL/app
5855
stage-packages:

0 commit comments

Comments
 (0)