Skip to content

Commit

Permalink
change LF -> CRLF
Browse files Browse the repository at this point in the history
  • Loading branch information
Fukuda-B committed Jul 27, 2021
1 parent 65080f1 commit 4cf7d9f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CardReader/cr_start.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
title Team7 - CardReader
rem|____________________________________________________________
rem| Team7 Portable | Install Py library | Update: 2021/06/15
rem| Team7 Portable | Install Py library | Update: 2021/07/27
rem|
rem| Requirements: Python & pip
rem| Place this .bat file in the same directory as Team7/CardReader
Expand Down
2 changes: 1 addition & 1 deletion CardReader/install_libs.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
title Team7 - CardReader
rem|____________________________________________________________
rem| Team7 Portable | Install Py library | Update: 2021/06/15
rem| Team7 Portable | Install Py library | Update: 2021/07/27
rem|
rem| Requirements: Python & pip
rem| Place this .bat file in the same directory as Team7/CardReader
Expand Down
2 changes: 1 addition & 1 deletion Electron/electron_build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
title Team7 - Electron
rem|____________________________________________________________
rem| Team7 Portable | Build electron | Update: 2021/05/26
rem| Team7 Portable | Build electron | Update: 2021/07/27
rem
rem| Requirements: LTS Node.js
rem| Place this .bat file in the same directory as Team7/Electron/main.js
Expand Down
8 changes: 4 additions & 4 deletions Electron/electron_start.bat
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
@echo off
title Team7 - Electron
rem|____________________________________________________________
rem| Team7 Portable | Start electron | Update: 2021/05/26
rem| Team7 Portable | Start electron | Update: 2021/07/27
rem
rem| Requirements: LTS Node.js
rem| Place this .bat file in the same directory as Team7/Electron/main.js
rem|____________________________________________________________

rem| portable nodejs dir
rem| set "node_portable=D:\GitHub\node-v14.17.0-win-x64"
set "node_portable=D:\GitHub\node-v14.17.0-win-x64"

rem| add path
rem| set PATH=%node_portable%;%PATH%
rem| set NODE_PATH=%node_portable%\node_modules\npm\node_modules;%node_portable%\node_modules\npm
set PATH=%node_portable%;%PATH%
set NODE_PATH=%node_portable%\node_modules\npm\node_modules;%node_portable%\node_modules\npm

rem|____________________________________________________________
rem| install node-module
Expand Down
2 changes: 1 addition & 1 deletion Server/server_bench.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
title Team7 - Server benchmark
rem|____________________________________________________________
rem| Team7 Portable | Start server benchmark | Update: 2021/06/06
rem| Team7 Portable | Start server benchmark | Update: 2021/07/27
rem
rem| Requirements: LTS Node.js, start server & nginx
rem| Place this .bat file in the same directory as Team7/Server/app.js.
Expand Down
2 changes: 1 addition & 1 deletion Server/server_bench_p3000.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
title Team7 - Server benchmark
rem|____________________________________________________________
rem| Team7 Portable | Start server benchmark | Update: 2021/06/06
rem| Team7 Portable | Start server benchmark | Update: 2021/07/27
rem
rem| Requirements: LTS Node.js, start server & nginx
rem| Place this .bat file in the same directory as Team7/Server/app.js.
Expand Down
2 changes: 1 addition & 1 deletion Server/server_start.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
title Team7 - Server
rem|____________________________________________________________
rem| Team7 Portable | Start server | Update: 2021/05/25
rem| Team7 Portable | Start server | Update: 2021/07/27
rem
rem| Requirements: LTS Node.js
rem| Place this .bat file in the same directory as Team7/Server/app.js.
Expand Down

0 comments on commit 4cf7d9f

Please sign in to comment.