【基础环境】 install_base 更名为 install_all
This commit is contained in:
parent
48f1663b39
commit
836ee6040f
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
chcp 65001 >nul
|
chcp 65001 >nul
|
||||||
title MinIO Quick Start
|
:: title MinIO Quick Start
|
||||||
|
|
||||||
set MINIO_EXE=minio.exe
|
set MINIO_EXE=minio.exe
|
||||||
set DATA_DIR=./data
|
set DATA_DIR=./data
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
setlocal enabledelayedexpansion
|
setlocal enabledelayedexpansion
|
||||||
chcp 65001 >nul
|
chcp 65001 >nul
|
||||||
title RocketMQ Quick Start
|
:: title RocketMQ Quick Start
|
||||||
|
|
||||||
set "SCRIPT_DIR=%~dp0"
|
set "SCRIPT_DIR=%~dp0"
|
||||||
cd /d "%SCRIPT_DIR%"
|
cd /d "%SCRIPT_DIR%"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;iss
|
;iss
|
||||||
|
|
||||||
#define MyAppName "基础环境"
|
#define MyAppName "基础环境"
|
||||||
#define MyAppVersion "1.0.5"
|
#define MyAppVersion "1.0.6"
|
||||||
#define MyAppPublisher "X"
|
#define MyAppPublisher "X"
|
||||||
#define MyAppURL "~"
|
#define MyAppURL "~"
|
||||||
#define MyAppExeName "command"
|
#define MyAppExeName "command"
|
Loading…
x
Reference in New Issue
Block a user