Fix butler paths

This commit is contained in:
Bill Rossi 2025-01-30 19:39:59 -05:00
parent a602d96028
commit 1c232593d7

View File

@ -8,8 +8,8 @@ WIN_CFLAGS=-Wall -lraylib -lm -lpthread
GAME=fatal_text_adventure
DATA_C=data/actions.c data/rooms.c data/room_ins.c data/words.c data/flags.c data/items.c
BUTLER=../butler/butler
ITCH_CHANNEL=01-text-adventure
BUTLER=./butler/butler
ITCH_CHANNEL=thrive
ITCH_CHANNEL_LINUX=$(ITCH_CHANNEL)-linux-x64
ITCH_CHANNEL_WINDOWS=$(ITCH_CHANNEL)-windows-x64
@ -51,5 +51,5 @@ $(GAME)_windows.zip: $(GAME)_windows.exe
zip -r $(GAME)_windows.zip $(GAME)_windows.exe img/*.png
butler_upload: $(GAME)_linux.zip $(GAME)_windows.zip
$(BUTLER) push ./$(GAME)_linux.zip bassguitarbill/fatal-distractions:$(ITCH_CHANNEL_LINUX)
$(BUTLER) push ./$(GAME)_windows.zip bassguitarbill/fatal-distractions:$(ITCH_CHANNEL_WINDOWS)
$(BUTLER) push ./$(GAME)_linux.zip bassguitarbill/$(ITCH_CHANNEL):$(ITCH_CHANNEL_LINUX)
$(BUTLER) push ./$(GAME)_windows.zip bassguitarbill/$(ITCH_CHANNEL):$(ITCH_CHANNEL_WINDOWS)