소스 검색

Update script filename in comments.

Ken Whatmough 12 년 전
부모
커밋
b3219a1f3b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      install.bat
  2. 1 1
      install.sh

+ 1 - 1
install.bat

@@ -1,6 +1,6 @@
 @echo off
 @echo off
 REM
 REM
-REM gameplay-install.bat [master | next]
+REM install.bat [master | next]
 REM
 REM
 REM Download GamePlay resources from HTTP server and extract from ZIP
 REM Download GamePlay resources from HTTP server and extract from ZIP
 REM
 REM

+ 1 - 1
install.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 #
 #
-# ./gameplay-install.sh [master | next]
+# ./install.sh [master | next]
 #
 #
 # Download GamePlay resources from HTTP server and extract from ZIP
 # Download GamePlay resources from HTTP server and extract from ZIP
 #
 #