diff --git a/README.md b/README.md index b2958bc..927d415 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,11 @@ How it works: How to use: --Download the exe from Releases here:https://github.com/djkato/Discord-Rich-Presence-for-Cinema-4D/releases/tag/v1.0.1 +-Download the release zip from Releases here:https://github.com/djkato/Discord-Rich-Presence-for-Cinema-4D/releases/tag/v1.0.2 --Create a shortcut, then on the shortcut Rightclick > Properties > `Run: Minimzed` so it doesn't open windowed on each startup +-run the EXE file once, then close. It generates a `DRCSettings.json`. Change what porfolio website should be displayed there. --do `[WINDOWS BUTTON+R]`, then type `shell:StartUp`, and put the exe there so it automatically starts with pc - --run once, then close. It generates a `DRCSettings.json`. Change what porfolio website should be displayed there. +-do `[WINDOWS BUTTON+R]`, then type `shell:StartUp`, take the shortcut link "PUT IN STARTUP -.." and put it there there so it automatically starts with pc enjoy~ Dj \ No newline at end of file diff --git a/build/PUT IN STARTUP - RunInvisibly.vbs - Shortcut.lnk b/build/PUT IN STARTUP - RunInvisibly.vbs - Shortcut.lnk new file mode 100644 index 0000000..279b94c Binary files /dev/null and b/build/PUT IN STARTUP - RunInvisibly.vbs - Shortcut.lnk differ diff --git a/build/RunInvisibly.vbs b/build/RunInvisibly.vbs new file mode 100644 index 0000000..c7a8255 --- /dev/null +++ b/build/RunInvisibly.vbs @@ -0,0 +1 @@ +CreateObject("Wscript.Shell").Run "discord-rich-presence-for-cinema-4d-win.exe", 0 \ No newline at end of file diff --git a/build/discord-rich-presence-for-cinema-4d-linux b/build/discord-rich-presence-for-cinema-4d-linux deleted file mode 100644 index 5e84d96..0000000 Binary files a/build/discord-rich-presence-for-cinema-4d-linux and /dev/null differ diff --git a/build/discord-rich-presence-for-cinema-4d-macos b/build/discord-rich-presence-for-cinema-4d-macos deleted file mode 100644 index d6bd35a..0000000 Binary files a/build/discord-rich-presence-for-cinema-4d-macos and /dev/null differ