Rename to ITGmania
- executable name: - linux: itgmania - windows: ITGmania.exe - macOS: ITGmania.app - config path: - linux: ~/.itgmania - windows; %AppData%\ITGmania - macOS: ~/Library/Application Support/ITGmania
This commit is contained in:
@@ -412,7 +412,7 @@ void ArchHooks::MountUserFilesystems( const RString &sDirOfExecutable )
|
||||
* Lowercase the PRODUCT_ID; dotfiles and directories are almost always lowercase.
|
||||
*/
|
||||
const char *szHome = getenv( "HOME" );
|
||||
RString sUserDataPath = ssprintf( "%s/.%s", szHome? szHome:".", "stepmania-5.1" ); //call an ambulance!
|
||||
RString sUserDataPath = ssprintf( "%s/.%s", szHome? szHome:".", "itgmania" );
|
||||
FILEMAN->Mount( "dir", sUserDataPath + "/Announcers", "/Announcers" );
|
||||
FILEMAN->Mount( "dir", sUserDataPath + "/BGAnimations", "/BGAnimations" );
|
||||
FILEMAN->Mount( "dir", sUserDataPath + "/BackgroundEffects", "/BackgroundEffects" );
|
||||
|
||||
Reference in New Issue
Block a user