mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix windows packaging of ardour<V>-lua.exe, unhardcode major version
This commit is contained in:
parent
3a3fcd0d2d
commit
6f87168492
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ cp build/libs/audiographer/audiographer-*.dll $DESTDIR/bin/
|
|||
cp build/libs/fst/ardour-vst-scanner.exe $DESTDIR/bin/ || true
|
||||
cp build/libs/fst/ardour-vst3-scanner.exe $DESTDIR/bin/ || true
|
||||
cp build/session_utils/*-*.exe $DESTDIR/bin/ || true
|
||||
cp build/luasession/ardour6-lua.exe $DESTDIR/bin/ || true
|
||||
cp build/luasession/ardour*-lua.exe $DESTDIR/bin/ || true
|
||||
cp `ls -t build/gtk2_ardour/ardour-*.exe | head -n1` $DESTDIR/bin/${PRODUCT_EXE}
|
||||
|
||||
mkdir -p $DESTDIR/lib/gtk-2.0/engines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue