Skip to content

Commit

Permalink
Merge pull request #6 from alextrevisan/update-structure-for-godot-as…
Browse files Browse the repository at this point in the history
…setlib

Update structure to optimize download for the godot AssetLib
  • Loading branch information
alextrevisan committed Oct 20, 2023
2 parents 22444ed + ea4ec3d commit 65b84d3
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PACKAGE_NAME := LPCAnimatedSprite.zip
VERSION := $$(cat LPCAnimatedSprite/plugin.cfg | grep -o -P '(?<=version\=\").*(?=\")')
VERSION := $$(cat addons/LPCAnimatedSprite/plugin.cfg | grep -o -P '(?<=version\=\").*(?=\")')

version:
@echo $(VERSION)

package:
@zip -r $(PACKAGE_NAME) ./LPCAnimatedSprite/
@zip -r $(PACKAGE_NAME) ./addons

publish: package
@git tag -a "v$(VERSION)" -m "Release version $(VERSION)" || true
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="LPCAnimatedSprite"
description=""
author="Alexandro Trevisan"
version="4.1.2.1"
version="4.1.2.2"
script="LPCAnimatedSprite.gd"

0 comments on commit 65b84d3

Please sign in to comment.