Skip to content

Commit

Permalink
Add maybenot v2 machines
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 21, 2024
1 parent df03603 commit 367e5d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist-assets/maybenot_machines_v2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
02eNptjLsNwCAQQ++yQRZImTJlRIfYBDEJA7ERJQtQ0iC+dxSIJ1mWLcv5TsLH9wMmF4KLqwkRAawk2yPR00CHX3V3j1GziWvE09NBBWg9Fjk=
02eNqFjLENwCAMBP8hC2SJlKnTsVr2zBKUaVACNgiBEJxknex/Oezv9fjjRCF8mXLY4pAEbpeFJFlFqJBGA7PqWQ3spCer4l3rnvGDH6+FGlE=
02eNqFjDkOgDAMBL056PkEJTVdvsY/+URKmojDmwiBUDyStbJ35DLuy5anWRrlqLTDcA0AkTXVkDt01ZAHwLFwludZeMsLLILlRRax4+lKcnrnl/8HJzqIIG0=
02eNpdjr0LQVEYxt9zGES5o4myKVksFM45lEHKx0LJYDAZ5C+QRTHIaGETViYDKYPp3ijFYLj3KkmGK2WwuVwiv3rrrafnA1Jm16ijKBQ+6NRDGPJ2E0Xe6YnAD0hFD9nm/ObIHumlv4imZ3Mm8DwvtaxB0Jy1IUex0pYIIB30lhuCYkYvwW6nQFSV41R1L8vkmwlgEOONVvEaYt1SwLhdhxn8gdBgEfXU7RFmzeR9YtPPxrbqOVkLsd29XJhIJfbqRomGheLcYUWeFgxQodrq9wcP1E88/w==
2 changes: 1 addition & 1 deletion gui/tasks/distribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const config = {
),
to: '.',
},
{ from: distAssets('maybenot_machines'), to: '.' },
{ from: distAssets('maybenot_machines_v2'), to: '.' },
],
},

Expand Down
2 changes: 1 addition & 1 deletion talpid-wireguard/src/wireguard_nt/daita.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ impl Machinist {
static MAYBENOT_MACHINES: OnceCell<Vec<maybenot::Machine>> = OnceCell::new();

let machines = MAYBENOT_MACHINES.get_or_try_init(|| {
let path = resource_dir.join("maybenot_machines");
let path = resource_dir.join("maybenot_machines_v2");
log::debug!("Reading maybenot machines from {}", path.display());

let mut machines = vec![];
Expand Down

0 comments on commit 367e5d9

Please sign in to comment.