[ttssh2-commit] [9457] プログラムを1引数となるよう修正

アーカイブの一覧に戻る
scmno****@osdn***** scmno****@osdn*****
2021年 9月 25日 (土) 02:37:59 JST


Revision: 9457
          https://osdn.net/projects/ttssh2/scm/svn/commits/9457
Author:   zmatsuo
Date:     2021-09-25 02:37:59 +0900 (Sat, 25 Sep 2021)
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.

Modified Paths:
--------------
    trunk/installer/exec_iscc.bat.in

-------------- next part --------------
Modified: trunk/installer/exec_iscc.bat.in
===================================================================
--- trunk/installer/exec_iscc.bat.in	2021-09-24 16:47:31 UTC (rev 9456)
+++ trunk/installer/exec_iscc.bat.in	2021-09-24 17:37:59 UTC (rev 9457)
@@ -1 +1 @@
- @ ISCC@ @ISCC_OPTION@ teraterm_cmake.iss
+"@ISCC@" @ISCC_OPTION@ teraterm_cmake.iss


ttssh2-commit メーリングリストの案内
アーカイブの一覧に戻る