Skip to content

Commit

Permalink
Update to add runner to path upon install
Browse files Browse the repository at this point in the history
  • Loading branch information
relf108 committed Jan 15, 2021
1 parent 98d7774 commit ef7b7fb
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"languageVersion": "2.6"
}
],
"generated": "2021-01-14T02:18:57.299195Z",
"generated": "2021-01-15T02:22:17.008766Z",
"generator": "pub",
"generatorVersion": "2.10.4"
}
2 changes: 1 addition & 1 deletion .packages
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by pub on 2021-01-14 13:18:57.276956.
# Generated by pub on 2021-01-15 13:22:16.990467.
archive:file:///home/tsutton/.pub-cache/hosted/pub.dartlang.org/archive-2.0.13/lib/
args:file:///home/tsutton/.pub-cache/hosted/pub.dartlang.org/args-1.6.0/lib/
asn1lib:file:///home/tsutton/.pub-cache/hosted/pub.dartlang.org/asn1lib-0.6.5/lib/
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 1.0.3

# 1.0.2

# 1.0.1
Expand Down
Binary file added bin/osx_kvm_installer
Binary file not shown.
1 change: 0 additions & 1 deletion lib/src/installation_preparation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import 'dart:io';
import 'package:dcli/dcli.dart';
import 'package:meta/dart2js.dart';
import 'package:meta/meta.dart';

class InstallationPreparation {
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version/version.g.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/// GENERATED BY pub_release do not modify.
/// osx_kvm_installer version
String packageVersion = '1.0.2';
String packageVersion = '1.0.3';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: osx_kvm_installer
version: 1.0.2
version: 1.0.3
homepage: https://github.com/relf108/OSX-KVM-installer
description: A cli based application which automates the installation and installation preperation steps required for the OSX-KVM project.
environment:
Expand Down

0 comments on commit ef7b7fb

Please sign in to comment.