• R/O
  • SSH
  • HTTPS

ttssh2: Commit


Commit MetaInfo

Revision9457 (tree)
Time2021-09-25 02:37:59
Authorzmatsuo

Log Message

プログラムを1引数となるよう修正

- 次のようなエラー対策

C:\projects\trunk\build\installer>C:/Program Files (x86)/Inno Setup 6/ISCC.exe /DM_X64=1 teraterm_cmake.iss
'C:/Program' is not recognized as an internal or external command,
operable program or batch file.

Change Summary

Incremental Difference

--- trunk/installer/exec_iscc.bat.in (revision 9456)
+++ trunk/installer/exec_iscc.bat.in (revision 9457)
@@ -1 +1 @@
1-@ISCC@ @ISCC_OPTION@ teraterm_cmake.iss
1+"@ISCC@" @ISCC_OPTION@ teraterm_cmake.iss
Show on old repository browser