Update settings

This commit is contained in:
leedongmyung[desktop] 2023-10-29 12:19:25 +09:00
parent 9f75cdc6d6
commit 9844b0ac83
2 changed files with 6 additions and 10 deletions

View file

@ -25,7 +25,7 @@ class CommandInstall extends CommandBase {
//Copy executable file
var target = File(Platform.resolvedExecutable);
var installFilePath = '$installPath\\$label.exe';
var installFilePath = '$installPath\\$label';
await target.copy(installFilePath);
//Regist path

View file

@ -1,6 +1,7 @@
name: oto_cli
description: A sample command-line application.
version: 1.0.0
publish_to: none
# repository: https://github.com/my_org/my_repo
environment:
@ -12,15 +13,10 @@ dependencies:
json_annotation: ^4.8.0
resource_importer: ^0.2.0
dart_framework:
# path: '../dart_framework'
git:
url: toki@toki-labs.com:/Volumes/Data2/git/dart_framework.git
ref: master
build_manager:
# path: ../build_manager
git:
url: toki@toki-labs.com:/Volumes/Data2/git/build_manager.git
ref: master
path: '../dart_framework'
#git:
# url: toki@toki-labs.com:/Volumes/Data2/git/dart_framework.git
# ref: master
dev_dependencies:
lints: ^2.0.0