Skip to content

Commit

Permalink
rename server.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Rybeusz100 committed Aug 30, 2022
1 parent ba2eaa0 commit ad51f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Features:
1. Download the latest release from [flightsim.to](https://flightsim.to/file/28216/google-map-for-msfs) or [GitHub](https://github.com/Rybeusz100/msfs-google-maps/releases)
1. Unzip the downloaded file
### Starting
1. Navigate to the extracted folder and double click on the server.exe file
1. Navigate to the extracted folder and run the maps-server.exe file
1. When prompted, allow for the access through firewall, otherwise you won't be able to open the map from other devices
1. Follow the information displayed on screen
1. As soon as you start your flight in Flight Simulator, you should see the aircraft properly displayed on the map
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd server
cargo build --release
cd ..

cp server/target/release/server.exe dist/
cp server/target/release/server.exe dist/maps-server.exe
cp server/Rocket.toml dist/
cp server/SimConnect.dll dist/
cp -r server/assets dist/assets
Expand Down

0 comments on commit ad51f7b

Please sign in to comment.