Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
fix: add libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Feb 28, 2022
1 parent 010bfe2 commit c51fb4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
22 changes: 3 additions & 19 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions scripts/windows-setup-creator.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c51fb4c

Please sign in to comment.