Skip to content

Commit

Permalink
Update release-mac.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Mar 24, 2024
1 parent fca7f21 commit 1f88648
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,10 @@ echo 'cd WebGAL' >> run-webgal-on-mac.command
echo './WebGAL_Terre' >> run-webgal-on-mac.command
chmod +x run-webgal-on-mac.command

# readme
echo '你需要在本目录下执行 "chmod -R +x ." 才能正确使用 WebGAL Terre' >> readme.txt
echo 'You need to execute "chmod -R +x ." in this directory to use WebGAL Terre correctly' >> readme.txt
echo 'WebGAL Terre を正しく使用するには、このディレクトリで "chmod -R +x ." を実行する必要があります。' >> readme.txt
chmod -R +x .

echo "WebGAL Terre is now ready to be deployed."

0 comments on commit 1f88648

Please sign in to comment.