@@ -122,11 +122,16 @@ downloads:
122122 # size: 160MB
123123 # type: file
124124 # href: http://example.com
125- - title : All-in-one binary
126- asset : ubuntu-24-04-nuitka-portable
125+ - title : AppImage
126+ asset : ubuntu-24-04-nuitka-appimage
127127 size : N/A
128128 type : file
129129 href : " #"
130+ - title : All-in-one native binary
131+ asset : ubuntu-24-04-nuitka-portable
132+ size : N/A
133+ type : file
134+ href : " #"
130135 - title : Standalone ZIP archive
131136 asset : ubuntu-24-04-nuitka-standalone-zip
132137 size : N/A
@@ -155,10 +160,12 @@ downloads:
155160 display : DEB "fat" package, PyInstaller
156161 - name : pyinstaller-min-package.deb
157162 display : DEB "minimal" package
163+ - name : nuitka.AppImage
164+ display : AppImage, Nuitka
158165 - name : nuitka-portable
159- display : Portable executable , Nuitka
166+ display : All-in-one native binary , Nuitka
160167 - name : pyinstaller-portable
161- display : Portable executable , PyInstaller
168+ display : All-in-one native binary , PyInstaller
162169 - name : nuitka-standalone.zip
163170 display : Standalone ZIP, Nuitka
164171 - name : pyinstaller-standalone.zip
0 commit comments