Update settings
This commit is contained in:
parent
9f75cdc6d6
commit
9844b0ac83
2 changed files with 6 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
14
pubspec.yaml
14
pubspec.yaml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue