mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
emu: fixed dest filename for the wrapper
This commit is contained in:
parent
957121ff41
commit
ec050f4f82
|
@ -580,7 +580,8 @@ modules:
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
Cemu_relwithdebinfo "$@"
|
Cemu_relwithdebinfo "$@"
|
||||||
dest-filename: /app/bin/Cemu-wrapper
|
dest: /app/bin
|
||||||
|
dest-filename: Cemu-wrapper
|
||||||
|
|
||||||
# Cemu - END
|
# Cemu - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue