mirror of
https://github.com/Cyclenerd/offline-map-tile-downloader.git
synced 2026-08-12 11:42:50 +02:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5396bed5b6 | |||
| 36565924e8 | |||
| 407bef4393 | |||
| 3bbf729872 | |||
| c91d609a17 | |||
| 82fdb3c803 | |||
| a9ab9c80cd | |||
| ded4de2ed0 | |||
| aa4a4bc188 |
@@ -12,11 +12,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 🛎️ Checkout
|
- name: 🛎️ Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
# https://github.com/marketplace/actions/setup-go-environment
|
# https://github.com/marketplace/actions/setup-go-environment
|
||||||
- name: 🔧 Setup go
|
- name: 🔧 Setup go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v7
|
||||||
|
|
||||||
- name: 🧝♀️ Check formatting
|
- name: 🧝♀️ Check formatting
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -11,11 +11,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: 🛎️ Checkout
|
- name: 🛎️ Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
# https://github.com/marketplace/actions/setup-go-environment
|
# https://github.com/marketplace/actions/setup-go-environment
|
||||||
- name: 🔧 Setup go
|
- name: 🔧 Setup go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v7
|
||||||
|
|
||||||
- name: 🍳 Build
|
- name: 🍳 Build
|
||||||
run: make
|
run: make
|
||||||
|
|||||||
@@ -13,11 +13,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: 🛎️ Checkout
|
- name: 🛎️ Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
# https://github.com/marketplace/actions/setup-go-environment
|
# https://github.com/marketplace/actions/setup-go-environment
|
||||||
- name: 🔧 Setup go
|
- name: 🔧 Setup go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v7
|
||||||
|
|
||||||
- name: 🍳 Build
|
- name: 🍳 Build
|
||||||
run: make
|
run: make
|
||||||
@@ -85,7 +85,7 @@ jobs:
|
|||||||
# Release, upload files
|
# Release, upload files
|
||||||
# https://github.com/softprops/action-gh-release
|
# https://github.com/softprops/action-gh-release
|
||||||
- name: ✨ Release
|
- name: ✨ Release
|
||||||
uses: softprops/action-gh-release@v3.0.0
|
uses: softprops/action-gh-release@v3.0.2
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
offline-map-tile-downloader-linux-x86_64
|
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. Press the <kbd>Windows key</kbd> + <kbd>X</kbd>.
|
||||||
1. Choose "Windows PowerShell".
|
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 `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).
|
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)
|
### <img src="https://developer.apple.com/favicon.ico" width=16 height=16/> macOS (Terminal)
|
||||||
|
|||||||
Reference in New Issue
Block a user