Antoine Poinsot
d8d01df607
contrib: correct minimum libc version in Debian package
2023-10-27 18:47:52 +02:00
Antoine Poinsot
34afbe415b
contrib: update the Arch PKGBUILD to use the Debian package
...
To give it access to the icon and desktop entry.
2023-09-07 16:42:39 +02:00
Antoine Poinsot
702cca5f0f
contrib: update Arch PKGBUILD to v2.0
2023-09-07 14:42:44 +02:00
Antoine Poinsot
f1dc1fd4bc
contrib: fix the Liana.desktop in the Debian package
2023-09-01 10:33:11 +02:00
Antoine Poinsot
271467b0e0
contrib: release script fix
2023-09-01 10:26:41 +02:00
Antoine Poinsot
4dcd9aad0c
contrib: bump release script version to 2.0
2023-08-31 16:43:33 +02:00
Antoine Poinsot
b6c71ebe6a
contrib: fixup the Debian package creation in the release script
2023-08-25 14:37:56 +02:00
Antoine Poinsot
3e23bf5e35
contrib: Debian packaging for releases
2023-08-18 14:27:18 +02:00
Antoine Poinsot
8a7c283269
contrib: use a zip archive for the MacOS sample app folder
...
Git cannot track empty folders, use an a zip archive for this.
2023-08-18 14:27:18 +02:00
Antoine Poinsot
c7189421de
contrib: add a PKGBUILD to publish Liana to AUR
2023-08-18 12:47:45 +02:00
Antoine Poinsot
fe906da612
Bump version to 1.0.0
2023-05-11 11:44:57 +02:00
Antoine Poinsot
4471516bec
contrib: document the macOS distribution and codesigning
2023-05-11 11:03:41 +02:00
Antoine Poinsot
d387ca1991
contrib: codesigning for MacOS in the release script
2023-05-11 11:03:34 +02:00
Antoine Poinsot
471ecd296e
contrib: distribute on macOS using a zip, not a dmg
...
The DMG needs more custom and complicated tooling. Switching to a zip is
also more compatible with our upcoming codesigning tooling. No need for
a DS_Store anymore. The UX is also neat for the user: once downloaded
they can just click on the app. They can still drag it to the
application folder.
2023-05-11 09:22:50 +02:00
Antoine Poinsot
eade76e3f1
contrib: add the Liana icon to the macOS distribution bundle
2023-05-11 09:22:49 +02:00
Antoine Poinsot
eb26e71019
contrib: cleanup macOS' Info.plist
...
Based on the doc at https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW5 , get rid of some superfluous fields and cleanup the whole file.
2023-05-11 09:22:49 +02:00
Antoine Poinsot
baf68e8224
lianad: bump version
2023-04-10 11:23:55 +02:00
Antoine Poinsot
b8cd0d0e27
Bump version to 0.3
2023-02-27 14:46:28 +01:00
Antoine Poinsot
fa518af53d
contrib: fix dmg creation in the release script
2023-02-06 22:23:16 +01:00
Antoine Poinsot
d0de88bc01
daemon: release 0.2
2023-02-03 16:10:20 +01:00
Antoine Poinsot
a0404e5d69
contrib: fix windows archive creation in release script
...
It would create an empty archive since it didn't recurse down the
directories..
2022-12-20 14:58:23 +01:00
Antoine Poinsot
c5f38ecb4a
contrib: add a script to produce the assets to be released
2022-12-18 11:34:40 +01:00
Antoine Poinsot
e7f43492f9
contrib: utilities for releasing a macOS application in a dmg
...
This was mostly inspired by (or outright stolen from) the Bitcoin Core
project. I think most contributions in this area were Michael Ford's
(fanquake), so credits to him.
This is everything that needs to be present in a dmg in order to have a
nice fancy installation drag-and-drop screen. Configuration contains
dummy values to be replaced with specifics at release time.
2022-12-18 11:34:39 +01:00