Explorar o código

Add echo in build/joinApps.sh to easy debug (#330)

Rafael Blumberg %!s(int64=3) %!d(string=hai) anos
pai
achega
fd93195b6c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      build/joinApps.sh

+ 3 - 0
build/joinApps.sh

@@ -20,6 +20,9 @@ cd "$scriptDir/.." || exit
 
 # Parsing all json files in apps folder
 for app in template/apps/*.json; do
+	# Output app name to easy debug
+	echo "adding $app to template..."
+
 	# Adding app template to 32 and 64 bits variables
 	appjson=$( cat "$app" )