mirror of
https://github.com/localsend/localsend.git
synced 2026-06-23 04:10:07 +00:00
feat: add target for windows arm builds (#2952)
This commit is contained in:
@@ -46,6 +46,10 @@ class Target {
|
||||
rust: 'x86_64-pc-windows-msvc',
|
||||
flutter: 'windows-x64',
|
||||
),
|
||||
Target(
|
||||
rust: 'aarch64-pc-windows-msvc',
|
||||
flutter: 'windows-arm64',
|
||||
),
|
||||
Target(
|
||||
rust: 'x86_64-unknown-linux-gnu',
|
||||
flutter: 'linux-x64',
|
||||
|
||||
Reference in New Issue
Block a user