파일 정리

This commit is contained in:
leedongmyung[desktop] 2023-11-04 13:29:24 +09:00
parent de2daad9d3
commit 81e7f81d9e
4 changed files with 7 additions and 7 deletions

12
.vscode/launch.json vendored
View file

@ -5,24 +5,24 @@
"version": "0.2.0",
"configurations": [
{
"name": "oto_cli_linux",
"name": "oto_linux",
"request": "launch",
"type": "dart",
"program": "./bin/oto_cli.dart",
"program": "./bin/main.dart",
"args": ["stop"]
},
{
"name": "oto_cli_mac",
"name": "oto_mac",
"request": "launch",
"type": "dart",
"program": "./bin/oto_cli.dart",
"program": "./bin/main.dart",
"args": ["uninstall"]
},
{
"name": "oto_cli_win",
"name": "oto_win",
"request": "launch",
"type": "dart",
"program": "./bin/oto_cli.dart",
"program": "./bin/main.dart",
"args": ["uninstall"]
}
]

View file

@ -79,7 +79,7 @@ commands:
- command: BuildDartCompile
id: buildDartCompile#1
param:
targetDartFile: ./bin/oto_cli.dart
targetDartFile: ./bin/main.dart
buildFileName: oto_cli
- command: Zip