Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added p3/app/icons/rcloneui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion p3/libs/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,5 +309,7 @@
"cancel_script_title": "Cancel Running Script?",
"cancel_script_message": "A script is currently running. If you go back now, the running task will be cancelled. Are you sure you want to cancel?",
"cancel_script_continue_btn": "Continue Running",
"cancel_script_cancel_btn": "Cancel Script"
"cancel_script_cancel_btn": "Cancel Script",
"rtl8821ce_desc": "rtl8821CE driver with firmware",
"rcloneui_desc": "The GUI for rclone."
}
14 changes: 14 additions & 0 deletions p3/scripts/utils/rclone_ui.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
# name: Rclone UI
# version: 1.0
# description: rcloneui_desc
# icon: rcloneui.png
# repo: https://github.com/rclone-ui/rclone-ui

source "$SCRIPT_DIR/libs/linuxtoys.lib"
_lang_
source "$SCRIPT_DIR/libs/lang/${langfile}.lib"
source "$SCRIPT_DIR/libs/helpers.lib"
flatpak_in_lib
flatpak install --or-update --user --noninteractive flathub com.rcloneui.RcloneUI