makedist.bat

来自「g729 coding ipaddressing」· Batch 代码 · 共 14 行

BAT
14
字号
@echo off
copy Help\speakfre.hlp Installer
copy Readme.txt Installer
copy License.txt Installer
cd Installer
copy ..\WinRel\Speakfre.exe
"\program files\Inno Setup 2\iscc" SpeakFreely.iss

rem Just in case, so we don't ship a crypto version!
del speakfre.exe
copy ..\Nocrypto\Speakfre.exe
"\program files\Inno Setup 2\iscc" SpookFreely.iss
cd ..

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?