Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakaIsBaka committed Sep 24, 2023
1 parent 7fd0736 commit 7b956b4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# BeMusicSeeker-installer
Unofficial mirror / installer of [BeMusicSeeker](https://tumblr.ribbit.xyz/post/129562866015/bemusicseeker-正式版を公開しました-v034) by @rib2bit

## Quick start
Download installer in the [Releases](https://github.com/SayakaIsBaka/BeMusicSeeker-installer/releases/new) tab and run it. Installer has an option to migrate options from a previous regular BeMusicSeeker installation, you might want to check this if you are migrating from the official installer.

## Reasons behind this project
With Ribbit's website being currently down, the official installer is currently down as well. The installer also doesn't work if you managed to grab a copy, as the application was deployed using the ClickOnce model, which automatically retrieves the latest version of the application from a remote server (in this case, Ribbit's server).
The reasons for this project are as following:
- Remove the requirement of a remote server for installation
- Have a more traditional application deployment method
As the application is deployed using ClickOnce, the application's configuration file is also not stored in the regular folder for C# applications. The installer has a feature to automatically copy the configuration from a ClickOnce-deployed installation to the regular C# configuration folder.

## License
MIT. All rights related to BeMusicSeeker belong to @rib2bit.

0 comments on commit 7b956b4

Please sign in to comment.