|
@@ -7,9 +7,6 @@ text release/debian/debian/control "Version: $(Version)"
|
|
text release/macOS/makedmg.sh "appversion=$(Version)"
|
|
text release/macOS/makedmg.sh "appversion=$(Version)"
|
|
bundle release/macOS/LazPaint.app
|
|
bundle release/macOS/LazPaint.app
|
|
copy ../resources/icon/lazpaint.icns release/macOS/LazPaint.app/Contents/Resources/lazpaint.icns
|
|
copy ../resources/icon/lazpaint.icns release/macOS/LazPaint.app/Contents/Resources/lazpaint.icns
|
|
-if exists ../../lazpaint.github.io/app.js
|
|
|
|
- text ../../lazpaint.github.io/app.js " var version = '$(Version)'"
|
|
|
|
-else
|
|
|
|
- echo "WEBSITE FOLDER NOT FOUND, UPDATE MANUALLY app.js"
|
|
|
|
-end
|
|
|
|
|
|
+text ../web/config.toml " version = ""$(Version)"""
|
|
|
|
+echo ">> DON'T FORGET TO UPDATE WEBSITE"
|
|
echo ">> DON'T FORGET TO ADD VERSION IN release/debian/changelog <<"
|
|
echo ">> DON'T FORGET TO ADD VERSION IN release/debian/changelog <<"
|