Ver Fonte

Fix output filename

Miku AuahDark há 3 anos atrás
pai
commit
f9bf036bd4
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -355,9 +355,9 @@ $(APPIMAGE_OUTPUT): installdir/AppRun installdir/love.desktop installdir/love.sv
 	-find installdir2/bin ! -name 'luajit*' ! -name 'love' -type f -exec rm -f {} +
 	-strip installdir2/lib/*
 ifeq ($(QEMU),)
-	./appimagetool installdir2 love-master.AppImage
+	./appimagetool installdir2 $(APPIMAGE_OUTPUT)
 else
-	cd squashfs-root/usr/lib && ../../AppRun ../../../installdir2 ../../../love-master.AppImage
+	cd squashfs-root/usr/lib && ../../AppRun ../../../installdir2 ../../../$(APPIMAGE_OUTPUT)
 endif
 	rm -rf installdir2