forked from p15670423/monkey
Build: Fix move package to dist dir on appimage
This commit is contained in:
parent
6d827ad1af
commit
d55cbcfbd3
|
@ -142,5 +142,5 @@ set_version() {
|
|||
}
|
||||
|
||||
move_package_to_dist_dir() {
|
||||
mv InfectionMonkey*.AppImage "$1/$2"
|
||||
mv Infection*Monkey*.AppImage "$1/$2"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue