Build: Fix move package to dist dir on appimage

This commit is contained in:
Ilija Lazoroski 2021-10-21 17:25:00 +02:00
parent 6d827ad1af
commit d55cbcfbd3
1 changed files with 1 additions and 1 deletions

View File

@ -142,5 +142,5 @@ set_version() {
}
move_package_to_dist_dir() {
mv InfectionMonkey*.AppImage "$1/$2"
mv Infection*Monkey*.AppImage "$1/$2"
}