Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

make this . bat 

and change the path and the name as ur project -- this is my .bat file

@echo off

REM #push build to itch.io using butler / refinery

REM ### fill out config settings ####

set pathToBuild="C:\Unreal Projects\packages\tangledup"-ur game path 

set butlerName=muhammad-almadi/tangledup:win -ur game url in itch.io 

@echo on

@echo %pathToBuild%

@echo %butlerName%

@echo off

pause

REM ###run####

cd %pathToBuild%

REM #send file to itch.io via Butler:

butler push %pathToBuild%\ %butlerName%

pause

(1 edit)

We definitely need to practice with the butler tool, thanks for the advice!