Skip to content

Commit

Permalink
Merge pull request #128 from vegastrike/task_config_json
Browse files Browse the repository at this point in the history
Add missing config.json to support #892
  • Loading branch information
royfalk authored Oct 27, 2024
2 parents afb3699 + 06189b4 commit a72b16f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ INSTALL(FILES weapons.json DESTINATION share/vegastrike)
# Linux specific locations from here on out.

INSTALL(FILES vegastrike.config DESTINATION share/vegastrike)
INSTALL(FILES config.json DESTINATION share/vegastrike)

INSTALL(FILES vegastrike.desktop DESTINATION share/applications)
INSTALL(FILES vegasettings.desktop DESTINATION share/applications)
Expand Down
10 changes: 10 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"general": {},

"graphics": {
"resolution_x": 2560,
"resolution_y": 1600,
"screen": 0
},
"advanced": {}
}

0 comments on commit a72b16f

Please sign in to comment.