5 Commits

Author SHA1 Message Date
Nils c91d609a17 fix ps name 2026-07-04 15:51:50 +02:00
Nils 82fdb3c803 Merge pull request #22 from Cyclenerd/dependabot/github_actions/softprops/action-gh-release-3.0.1
Build(deps): Bump softprops/action-gh-release from 3.0.0 to 3.0.1
2026-06-25 21:03:05 +02:00
Nils a9ab9c80cd Merge pull request #21 from Cyclenerd/dependabot/github_actions/actions/checkout-7
Build(deps): Bump actions/checkout from 6 to 7
2026-06-25 21:02:53 +02:00
dependabot[bot] ded4de2ed0 Build(deps): Bump softprops/action-gh-release from 3.0.0 to 3.0.1
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 12:53:48 +00:00
dependabot[bot] aa4a4bc188 Build(deps): Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 12:53:45 +00:00
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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)