Skip to content

Commit

Permalink
feat: Add Warehouse to the Utilities category
Browse files Browse the repository at this point in the history
  • Loading branch information
acerspyro authored and taukakao committed Dec 3, 2024
1 parent cfdf087 commit 42c61f8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipe.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,11 @@
"name": "Sound Recorder",
"icon": "org.gnome.SoundRecorder",
"flatpak": true
},
{
"name": "Warehouse",
"icon": "io.github.flattool.Warehouse",
"flatpak": true
}
]
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vanilla_first_setup/vanilla-first-setup.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<file>assets/bundle-app-icons/org.gnome.SoundRecorder.png</file>
<file>assets/bundle-app-icons/org.gnome.TextEditor.png</file>
<file>assets/bundle-app-icons/org.gnome.Totem.png</file>
<file>assets/bundle-app-icons/io.github.flattool.Warehouse.png</file>
<file>assets/bundle-app-icons/org.gnome.Weather.png</file>
<file>assets/bundle-app-icons/com.mattjakeman.ExtensionManager.png</file>
<file>assets/bundle-app-icons/org.libreoffice.LibreOffice.png</file>
Expand Down

0 comments on commit 42c61f8

Please sign in to comment.