diff --git a/CommonEvents.rxdata b/CommonEvents.rxdata new file mode 100644 index 0000000..417b2fc Binary files /dev/null and b/CommonEvents.rxdata differ diff --git a/install.command b/install.command index bab16f0..2042d32 100755 --- a/install.command +++ b/install.command @@ -21,6 +21,7 @@ rm -f "$ONESHOT_PATH/Data/xScripts.rxdata" echo "-> ${cyan}Install OneShot apps to Steam directory...${color_reset}" cp -f "./xScripts.rxdata" "$ONESHOT_PATH/Data/xScripts.rxdata" +cp -f "./CommonEvents.rxdata" "$ONESHOT_PATH/Data/CommonEvents.rxdata" cp -rf "./OneShot.app" "$ONESHOT_PATH" cp -rf "./_______.app" "$ONESHOT_PATH" cp -R "./Graphics/" "$ONESHOT_PATH/Wallpaper"