remove embed files
This commit is contained in:
parent
ed8b64c5ff
commit
5d30d4522c
2 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ import 'package:oto_cli/cli/cli.dart';
|
|||
import 'package:oto_cli/cli/commands/command_base.dart';
|
||||
import 'package:oto_cli/cli/commands/command_const.dart';
|
||||
import 'package:oto_cli/cli/commands/install/regist_path.dart';
|
||||
import 'package:oto_cli/resources.resource_importer.dart';
|
||||
// import 'package:oto_cli/resources.resource_importer.dart';
|
||||
|
||||
class CommandInstall extends CommandBase {
|
||||
@override
|
||||
|
|
@ -49,7 +49,7 @@ class CommandInstall extends CommandBase {
|
|||
|
||||
Future installFiles(String installPath) async {
|
||||
var file = await File('$installPath/silentbatch.exe').create();
|
||||
await file.writeAsBytes(silentbatch);
|
||||
// await file.writeAsBytes(silentbatch);
|
||||
return simpleFuture;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,6 @@ dev_dependencies:
|
|||
build_runner: ^2.1.4
|
||||
json_serializable: ^6.0.1
|
||||
|
||||
resource_importer:
|
||||
resources:
|
||||
silentbatch: assets/bin/silentbatch.exe
|
||||
# resource_importer:
|
||||
# resources:
|
||||
# silentbatch: assets/bin/silentbatch.exe
|
||||
Loading…
Reference in a new issue