Skip to content

Commit

Permalink
Support GIMI v7
Browse files Browse the repository at this point in the history
  • Loading branch information
NotThorny committed May 14, 2023
1 parent 1cfe083 commit 8f0d016
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions src/ui/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ export class Main extends React.Component<IProps, IState> {
listen('migoto_extracted', ({ payload }: { payload: string }) => {
setConfigOption('migoto_path', payload)

invoke('set_migoto_target', {
migotoPath: payload,
})
})

// Emitted for rsa replacing-purposes
Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/menu/Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const STABLE_DOWNLOAD = 'https://nightly.link/Grasscutters/Grasscutter/workflows
const DEV_DOWNLOAD = 'https://nightly.link/Grasscutters/Grasscutter/workflows/build/development/Grasscutter.zip'
const RESOURCES_DOWNLOAD = 'https://gitlab.com/YuukiPS/GC-Resources/-/archive/3.5/GC-Resources-3.5.zip' // Use Yuuki res as grasscutter crepe res are broken
const MIGOTO_DOWNLOAD =
'https://github.com/SilentNightSound/GI-Model-Importer/releases/download/V6.0/3dmigoto-GIMI-for-playing-mods.zip'
'https://github.com/SilentNightSound/GI-Model-Importer/releases/download/v7.0/3dmigoto-GIMI-for-playing-mods.zip'

interface IProps {
closeFn: () => void
Expand Down
4 changes: 0 additions & 4 deletions src/ui/components/menu/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ export default class Options extends React.Component<IProps, IState> {
migoto_path: value,
})

// Set game exe in Migoto ini
invoke('set_migoto_target', {
migotoPath: value,
})
}

setReshade(value: string) {
Expand Down

0 comments on commit 8f0d016

Please sign in to comment.