Skip to content

Commit

Permalink
chore: slightly clearer code docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoomTen committed Jun 24, 2024
1 parent 876af32 commit 67047f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rgbenv
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

# --------------- Variables -------------------------------------------------
# --------------- Constant defines -------------------------------------------------

RGBDS_GIT="https://github.com/gbdev/rgbds"

# The version number is directly appended after these variables
RGBDS_DOWNLOAD_BASE="https://api.github.com/repos/gbdev/rgbds/tarball/v"
RGBDS_PREFIX="rgbds-"

# --------------- Var defines -------------------------------------------------
# --------------- Conditional defines -------------------------------------------------

# Set up XDG standard directories (Linux, etc.)
RGBENV_ROOT_SUFFIX="rgbenv"
Expand Down

0 comments on commit 67047f4

Please sign in to comment.