diff --git a/packer/src/main.rs b/packer/src/main.rs index 16137e965..1d1480b34 100644 --- a/packer/src/main.rs +++ b/packer/src/main.rs @@ -403,7 +403,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(), 4); + assert_eq!(res.0.len(), 5); } #[test] diff --git a/packer/src/packlist.yaml b/packer/src/packlist.yaml index 034427514..83007f0eb 100644 --- a/packer/src/packlist.yaml +++ b/packer/src/packlist.yaml @@ -40,3 +40,13 @@ server-mac-x64: core: - Flipper.app/Contents/Resources - Flipper.app/Contents/Info.plist + +server-linux: + mode: glob + basedir: flipper-server-linux + files: + frameworks: + - '!*' + - node + core: + - '!node'