Skip to content

Commit e539d7f

Browse files
authored
chore: remove rclone (#1447)
since unraid will ship with it natively, starting at 7.2. rclone support is not planned for earlier releases. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Removed an unnecessary step from the build process, streamlining operations. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent a8566e9 commit e539d7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugin/builder/build-txz.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { cleanupTxzFiles } from "./utils/cleanup";
1010
import { apiDir } from "./utils/paths";
1111
import { getVendorBundleName, getVendorFullPath } from "./build-vendor-store";
1212
import { getAssetUrl } from "./utils/bucket-urls";
13-
import { ensureRclone } from "./utils/rclone-helper";
1413

1514

1615
// Recursively search for manifest files
@@ -176,7 +175,6 @@ const buildTxz = async (validatedEnv: TxzEnv) => {
176175

177176
await Promise.all([
178177
ensureNodeJs(),
179-
ensureRclone()
180178
]);
181179

182180
// Create package - must be run from within the pre-pack directory

0 commit comments

Comments
 (0)