diff --git a/recipe.example.json b/recipe.example.json index 76a7a090..8d4a17f3 100644 --- a/recipe.example.json +++ b/recipe.example.json @@ -530,6 +530,13 @@ "commands": [ "!nextBoot !noRoot flatpak install -y org.gnome.SoundRecorder" ] + }, + { + "if": "Warehouse", + "type": "command", + "commands": [ + "!nextBoot !noRoot flatpak install -y io.github.flattool.Warehouse" + ] } ] }, diff --git a/recipe.json b/recipe.json index 17085bc2..0bd16daa 100644 --- a/recipe.json +++ b/recipe.json @@ -262,6 +262,11 @@ "name": "Sound Recorder", "icon": "org.gnome.SoundRecorder", "flatpak": true + }, + { + "name": "Warehouse", + "icon": "io.github.flattool.Warehouse", + "flatpak": true } ] }, diff --git a/vanilla_first_setup/assets/bundle-app-icons/io.github.flattool.Warehouse.png b/vanilla_first_setup/assets/bundle-app-icons/io.github.flattool.Warehouse.png new file mode 100644 index 00000000..770acd30 Binary files /dev/null and b/vanilla_first_setup/assets/bundle-app-icons/io.github.flattool.Warehouse.png differ diff --git a/vanilla_first_setup/vanilla-first-setup.gresource.xml b/vanilla_first_setup/vanilla-first-setup.gresource.xml index f171ea4c..ae7644dd 100644 --- a/vanilla_first_setup/vanilla-first-setup.gresource.xml +++ b/vanilla_first_setup/vanilla-first-setup.gresource.xml @@ -65,6 +65,7 @@ assets/bundle-app-icons/org.gnome.SoundRecorder.png assets/bundle-app-icons/org.gnome.TextEditor.png assets/bundle-app-icons/org.gnome.Totem.png + assets/bundle-app-icons/io.github.flattool.Warehouse.png assets/bundle-app-icons/org.gnome.Weather.png assets/bundle-app-icons/com.mattjakeman.ExtensionManager.png assets/bundle-app-icons/org.libreoffice.LibreOffice.png