Explorar el Código

update logic file for install

Johann hace 6 años
padre
commit
41f7bb506d
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      lazpaint.logic

+ 5 - 0
lazpaint.logic

@@ -2,4 +2,9 @@ cd ($LogicDir)/lazpaint
 project lazpaint.lpi
 package lazpaintembeddedpack.lpk
 const lazpainttype.pas LazPaintVersion
+text release/windows/lazpaint.iss "#define MyAppVersion ""$(Version)"""
+text release/debian/linux32/DEBIAN/control "Version: $(Version)"
+text release/debian/linux64/DEBIAN/control "Version: $(Version)"
+echo "Don't forget to update changelog file in DEBIAN folders"
+text release/macOS/makedmg.sh "appversion=$(Version)"