Skip to content

Commit

Permalink
Updates comments in bulter manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maaack committed Nov 30, 2023
1 parent a3063cb commit 3bcbf37
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Extras/Scripts/butler_manager.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash
# butler managing command
# butler manager command
# Uploads directories as builds to matching itch.io channels.
# HTML5 => html5
# Linux => linux
# Windows => win
# MacOS => osx

file=upload_destination.txt
directories=("HTML5" "Linux" "Windows" "MacOS")
Expand All @@ -25,7 +30,7 @@ if [ -z "$destination" ]; then
destination="$user_input"
fi

# Check for the existence of directories and print mapped strings
# Check for the existence of directories and upload contents
for ((i=0; i<${#directories[@]}; i++)); do
dir="${directories[i]}"
channel="${channels[i]}"
Expand Down

0 comments on commit 3bcbf37

Please sign in to comment.