diff --git a/pubspec.yaml b/pubspec.yaml index e485dc1..c3fefba 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,21 +1,7 @@ name: tmodinstaller description: A beautiful mod installer for minecraft supporting custom repositories and more. - -# The following line prevents the package from being accidentally published to -# pub.dev using `flutter pub publish`. This is preferred for private packages. -publish_to: 'none' # Remove this line if you wish to publish to pub.dev - -# The following defines the version and build number for your application. -# A version number is three numbers separated by dots, like 1.2.43 -# followed by an optional build number separated by a +. -# Both the version and the builder number may be overridden in flutter -# build by specifying --build-name and --build-number, respectively. -# In Android, build-name is used as versionName while build-number used as versionCode. -# Read more about Android versioning at https://developer.android.com/studio/publish/versioning -# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. -# Read more about iOS versioning at -# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.0.6 +publish_to: 'none' +version: 0.0.8 environment: sdk: '>=2.16.0 <3.0.0' @@ -29,10 +15,8 @@ environment: dependencies: flutter: sdk: flutter - # cupertino_icons: ^1.0.2 http: ^0.13.4 json_annotation: ^4.4.0 - # json_model: ^1.0.0 fluent_ui: git: https://github.com/bdlukaa/fluent_ui.git system_theme: ^1.0.1 @@ -47,7 +31,7 @@ dependencies: flutter_markdown: ^0.6.9 path_provider: ^2.0.9 isar: 2.2.1 - isar_flutter_libs: 2.2.1 # contains the binarie + isar_flutter_libs: 2.2.1 dev_dependencies: build_runner: ^2.0.0 diff --git a/scripts/windows-setup-creator.iss b/scripts/windows-setup-creator.iss index 477b584..0bdec5d 100644 --- a/scripts/windows-setup-creator.iss +++ b/scripts/windows-setup-creator.iss @@ -45,6 +45,8 @@ Source: "..\build\windows\runner\Release\flutter_windows.dll"; DestDir: "{app}"; Source: "..\build\windows\runner\Release\system_theme_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\build\windows\runner\Release\url_launcher_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\build\windows\runner\Release\window_manager_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\build\windows\runner\Release\isar.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\build\windows\runner\Release\isar_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\build\windows\runner\Release\data\*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files