Skip to content
Merged
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
20 changes: 19 additions & 1 deletion Targets/Apps/RcloneConf.tkape
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Description: Rclone config file
Author: Eric Capuano, Reece394
Version: 1.1
Version: 1.2
Id: 639f9e55-1ee1-4af4-be7c-e6303ffb4b0c
RecreateDirectories: true
Targets:
Expand Down Expand Up @@ -124,6 +124,24 @@ Targets:
Path: C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\rclone
FileMask: 'rclone.conf'
Comment: "Collects rclone.conf from the config folder in NetworkService user profile - v1.56+"
-
Name: Rclone config - SysWOW64 Sideloaded Config
Category: Apps
Path: C:\Windows\SysWOW64
FileMask: 'rclone.conf'
Comment: "Collects rclone.conf from the SysWOW64 Folder"
-
Name: Rclone config - System32 Sideloaded Config
Category: Apps
Path: C:\Windows\System32
FileMask: 'rclone.conf'
Comment: "Collects rclone.conf from the System32 Folder"
-
Name: Rclone config - Windows Sideloaded Config
Category: Apps
Path: C:\Windows
FileMask: 'rclone.conf'
Comment: "Collects rclone.conf from the Windows Folder"
-
Name: Rclone config - Recursive
Category: Apps
Expand Down