added dll files

This commit is contained in:
Robert
2024-01-17 11:14:44 +09:00
parent 28625bc046
commit ea9515384c
6 changed files with 48 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
run: flutter pub get
- name: Build APK
run: flutter build apk
run: flutter build apk --release
- name: Upload APK
uses: actions/upload-artifact@v4
@@ -59,7 +59,12 @@ jobs:
with:
channel: 'stable'
- run: flutter config --enable-windows-desktop
- run: flutter build windows
- run: flutter build windows --release
- name: Copy DLL files
run: |
Copy-Item windows/dll/msvcp140.dll build/windows/x64/runner/Release/
Copy-Item windows/dll/vcruntime140.dll build/windows/x64/runner/Release/
Copy-Item windows/dll/vcruntime140_1.dll build/windows/x64/runner/Release/
- name: Zip Windows build
run: Compress-Archive -Path build/windows/x64/runner/Release/* -DestinationPath windows-build.zip
- name: Upload Windows build

View File

@@ -81,6 +81,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.18.0"
console:
dependency: transitive
description:
name: console
sha256: e04e7824384c5b39389acdd6dc7d33f3efe6b232f6f16d7626f194f6a01ad69a
url: "https://pub.dev"
source: hosted
version: "4.1.0"
convert:
dependency: transitive
description:
@@ -192,6 +200,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
get_it:
dependency: transitive
description:
name: get_it
sha256: d0b88dc35a7f97fd91fec0cf8f165abd97a57977968d8fc02ba0bc92e14ba07e
url: "https://pub.dev"
source: hosted
version: "7.6.6"
http:
dependency: "direct main"
description:
@@ -264,6 +280,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.10.0"
msix:
dependency: "direct dev"
description:
name: msix
sha256: "519b183d15dc9f9c594f247e2d2339d855cf0eaacc30e19b128e14f3ecc62047"
url: "https://pub.dev"
source: hosted
version: "3.16.7"
nested:
dependency: transitive
description:
@@ -272,6 +296,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.0"
package_config:
dependency: transitive
description:
name: package_config
sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
path:
dependency: transitive
description:
@@ -352,6 +384,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.1.1"
pub_semver:
dependency: transitive
description:
name: pub_semver
sha256: "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c"
url: "https://pub.dev"
source: hosted
version: "2.1.4"
shared_preferences:
dependency: "direct main"
description:

View File

@@ -54,6 +54,7 @@ dev_dependencies:
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.13.1
msix: ^3.16.7
flutter_launcher_icons:
android: "launcher_icon"

BIN
windows/dll/msvcp140.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.