mirror of
https://github.com/Cyclenerd/offline-map-tile-downloader.git
synced 2026-07-14 22:01:03 +02:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c91d609a17 | |||
| 82fdb3c803 | |||
| a9ab9c80cd | |||
| ded4de2ed0 | |||
| aa4a4bc188 |
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🛎️ Checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
# https://github.com/marketplace/actions/setup-go-environment
|
||||
- name: 🔧 Setup go
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: 🛎️ Checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
# https://github.com/marketplace/actions/setup-go-environment
|
||||
- name: 🔧 Setup go
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: 🛎️ Checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
# https://github.com/marketplace/actions/setup-go-environment
|
||||
- name: 🔧 Setup go
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
# Release, upload files
|
||||
# https://github.com/softprops/action-gh-release
|
||||
- name: ✨ Release
|
||||
uses: softprops/action-gh-release@v3.0.0
|
||||
uses: softprops/action-gh-release@v3.0.1
|
||||
with:
|
||||
files: |
|
||||
offline-map-tile-downloader-linux-x86_64
|
||||
|
||||
@@ -50,7 +50,7 @@ Don't worry, it's easier than it looks!
|
||||
1. Press the <kbd>Windows key</kbd> + <kbd>X</kbd>.
|
||||
1. Choose "Windows PowerShell".
|
||||
1. Type `cd` followed by the path to your your folder where you saved the application (e.g., `cd C:\Users\YourName\Documents\OfflineMaps`) and press Enter.
|
||||
1. Type `offline-map-tile-downloader.exe` and press Enter.
|
||||
1. Type `.\offline-map-tile-downloader.exe` and press Enter.
|
||||
1. Open your web browser and go to [`http://localhost:8080`](http://localhost:8080).
|
||||
|
||||
### <img src="https://developer.apple.com/favicon.ico" width=16 height=16/> macOS (Terminal)
|
||||
|
||||
Reference in New Issue
Block a user