Skip to content

Commit e8681b1

Browse files
Update FAQ entry on ColdClear for Mac
1 parent e0b7572 commit e8681b1

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

assets/lang/en.ts

+9-4
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Below is a list of ColdClear's files on different platforms:
198198
|-------------|-----------------------------------------|-------------------------------------------------------------------------------------------------|
199199
| Windows | \`CCloader.dll\`, \`cold_clear.dll\` | |
200200
| Linux | \`lib/CCloader.so\` | |
201-
| MacOS | \`CCloader.dylib\` | Needs further investigation. |
201+
| MacOS | \`CCloader.dylib\` | |
202202
| Android x86 | \`libAndroid/armeabi_v7a/CCloader.so\` | |
203203
| Android x64 | \`libAndroid/arm64_v8a/CCloader.so\` | |
204204
| iOS | \`llibCCloader.a\`, \`libcold_clear.a\` | Needs further investigation. It's probable that 2 files are required to build CCloader for iOS. |
@@ -208,8 +208,13 @@ Below are instructions on how to fix this issue.
208208
2. Download [Techmino's source code](https://github.com/26F-Studio/Techmino). (click the green Code button and click Download ZIP)
209209
3. Extract the downloaded files to seperate folders (Techmino source code to a folder, CCloader files to another folder)
210210
4. Copy the necessary files from the CCloader folder into Techmino's source code, based on the path in the above table.
211-
5. Build Techmino. Instructions can be found [here](https://love2d.org/wiki/Game_Distribution).`,
212-
credit: "SweetSea"
211+
5. Build Techmino. Instructions can be found [here](https://love2d.org/wiki/Game_Distribution).
212+
213+
Note: For MacOS users, instead of putting the \`CCloader.dylib\` file in the game's source code folder,
214+
put it in the \`Contents/Frameworks\` folder in \`love.app\`.
215+
If that does not work, you can try putting it in \`/usr/lib/\` or \`/usr/local/lib/\`.
216+
If you cannot see the \`/usr/\` folder, [here is a tutorial on how to access it](https://macpaw.com/how-to/access-usr-folder-mac).`,
217+
credit: "SweetSea, NOT_A_ROBOT"
213218
},
214219
'remake': {
215220
question: "I heard Techmino is being remade. What's going on?",
@@ -3344,4 +3349,4 @@ By logging into our website through OAuth, **you agree to the OAuth provider's p
33443349
For example, if you log in through Discord, you agree to Discord's privacy policy.
33453350
33463351
If you have any questions, contact us on the [official Techmino Discord server](https://discord.gg/f9pUvkh) or on the [GitHub discussion page](https://github.com/techmino-hub/techmino-hub-source-code/discussions).`,
3347-
} as LangEntry;
3352+
} as LangEntry;

0 commit comments

Comments
 (0)