diff --git a/packer/src/main.rs b/packer/src/main.rs index 1cdd58dae..4907fd0ae 100644 --- a/packer/src/main.rs +++ b/packer/src/main.rs @@ -393,7 +393,7 @@ mod test { fn test_included_packlist_parses() { let res: PackList = serde_yaml::from_str(DEFAULT_PACKLIST).expect("Default packlist doesn't deserialize"); - assert_eq!(res.0.len(), 3); + assert_eq!(res.0.len(), 4); } #[test] diff --git a/packer/src/packlist.yaml b/packer/src/packlist.yaml index 48eac5766..094b3851f 100644 --- a/packer/src/packlist.yaml +++ b/packer/src/packlist.yaml @@ -29,3 +29,14 @@ windows: core: - '!*' - resources + +server-mac-x64: + mode: glob + basedir: flipper-server-mac-x64 + files: + frameworks: + - '!*' + - 'node' + core: + - '!node' + - '*'