Skip to content

Commit

Permalink
use multiple files in LOCAL_INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jun 7, 2024
1 parent 6019996 commit a41febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/src/hooks/useModFS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const INITIAL_MOD_CONF: ModFS = {

// Installer
EXPLORE_INSTALL: 'mmrl install -y "<URL>"',
LOCAL_INSTALL: 'mmrl install local -y "<ZIPFILE>"',
LOCAL_INSTALL: 'mmrl install local -y <ZIPFILES>',
};

export interface ModConfContext {
Expand Down

0 comments on commit a41febd

Please sign in to comment.