mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
build: Fix CI for Fedora, added caching, various other fixes (#613)
* Ci: use matrix for Fedora * Ci: use ccache in Fedora build * Ci: cache CMakeCache for Fedora * build type release fedora * Rawhide with lowercase * strip binaries on Linux * strip files for CPack (didn't test) * add soversion to libimhex on Linux and MacOS * fixed that typo
This commit is contained in:
2
dist/Arch/PKGBUILD
vendored
2
dist/Arch/PKGBUILD
vendored
@@ -26,7 +26,7 @@ package() {
|
||||
tar -xf imhex-$pkgver-ArchLinux.pkg.tar.zst
|
||||
|
||||
install -DT $srcdir/usr/bin/imhex $pkgdir/usr/bin/imhex
|
||||
install -DT $srcdir/usr/lib/libimhex.so $pkgdir/usr/lib/libimhex.so
|
||||
install -DT $srcdir/usr/lib/libimhex.so.$pkgver $pkgdir/usr/lib/libimhex.so.$pkgver
|
||||
|
||||
for plugin in $srcdir/usr/share/imhex/plugins/*.hexplug;
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user