Skip to content

Commit 14339ae

Browse files
committed
Updated release script for new directory layout.
1 parent 9e911b7 commit 14339ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build/GXWriter-$(VERSION).curapackage: plugins/GXWriter/* LICENSE icon.png
3232
-x "*pyc" \
3333
-r .
3434

35-
build-ffintegration: build/FlashforgeFinderIntegration-$(VERSION).curapackage plugins/FlashforgeFinderIntegration/printer/definitions/finder.def.json
35+
build-ffintegration: build/FlashforgeFinderIntegration-$(VERSION).curapackage plugins/FlashforgeFinderIntegration/printer/defs/finder.def.json
3636

3737
build/FlashforgeFinderIntegration-$(VERSION).curapackage: plugins/FlashforgeFinderIntegration/* LICENSE icon.png
3838
mkdir -p build/FlashforgeFinderIntegration/files/plugins
@@ -54,7 +54,7 @@ build/FlashforgeFinderIntegration-$(VERSION).curapackage: plugins/FlashforgeFind
5454
-x "*pyc" \
5555
-r FlashforgeFinderIntegration
5656

57-
plugins/FlashforgeFinderIntegration/printer/definitions/finder.def.json:
57+
plugins/FlashforgeFinderIntegration/printer/defs/finder.def.json:
5858
git submodule init
5959
git submodule update
6060

0 commit comments

Comments
 (0)