Skip to content

Commit

Permalink
add darktheme option to README. fix travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pairofdocs committed Aug 27, 2021
1 parent 748b9a9 commit ee89601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
- curl https://downloads.apache.org/ant/binaries/apache-ant-1.10.11-bin.zip -o apache-ant.zip
- unzip -q apache-ant.zip
- rm apache-ant.zip
- mv apache-ant-1.10.10 $ANT_HOME
- mv apache-ant-1.10.11 $ANT_HOME

install:
# Confirm versions and paths
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Original usage docs: https://managedway.dl.sourceforge.net/project/gomule/gomule
- Add keyboard shortcuts for save-all (ctrl+s) and open-character-file (ctrl+o)
- Drop Calculator bug fixes (Colab with etale#9303 on discord) for super uniques ([details on diabloii.net](https://www.diabloii.net/forums/threads/how-the-1-10-pindleskin-nerf-failed-and-snapchip-suffered.965773/))
- Fixed rune drop chances. Thanks to `7551mn` on reddit for pointing this out
- Add a darktheme option to the GUI. To enable, set line1 in `gomule/arguments.txt` to `-darktheme`


### Backup Save Files
WARNING: Back up important save files when using GoMule!
Expand Down

0 comments on commit ee89601

Please sign in to comment.