fix windows ext

This commit is contained in:
Clément DOUIN 2024-04-18 22:42:11 +02:00
parent 9b1a090329
commit c57988770a
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
os: ubuntu-latest
- target: x86_64-windows
os: ubuntu-latest
- target: x86_64-macos
- target: x86_64-darwin
os: macos-latest
steps:
- name: Checkout code

View file

@ -53,7 +53,7 @@
rustTarget = "x86_64-pc-windows-gnu";
runner = { pkgs, himalaya }:
let wine = pkgs.wine.override { wineBuild = "wine64"; };
in "${wine}/bin/wine64 ${himalaya}";
in "${wine}/bin/wine64 ${himalaya}.exe";
mkPackage = { system, pkgs }: package:
let
inherit (pkgs.pkgsCross.mingwW64) stdenv windows;