interface AppBranchDefaultRootDirPreset {
    pathTemplate: string;
}

Properties

Properties

pathTemplate: string

Available variables:

  • {rootDirPath} - the root directory of the launcher
  • {userDataDirPath} - the user data directory of the launcher
  • {appId} - the ID of the app
  • {appName} - the name of the app
  • {appBranchId} - the ID of the app branch
  • {appBranchShortId} - the short ID (first 6 characters of the ID) of the app branch
  • {appBranchName} - the name of the app branch