diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3df22c..a50df11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,3 +36,4 @@ jobs: fyne-cross/dist/linux-arm64/onionsoup.tar.xz fyne-cross/dist/windows-amd64/onionsoup.exe.zip fyne-cross/dist/windows-arm64/onionsoup.exe.zip + token: ${{ secrets.GH_TOKEN }} diff --git a/README.md b/README.md index 692743c..1b0b114 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This example highlights how 2 parties (Alice and Bob), can bootstrap a conversat 4. Open OnionSoup! ### Windows -1. Download the prebuilt `exe.zip` and extract it. +1. Download the prebuilt `exe.zip` from the Release page and extract it. 2. Download and install the tor expert bundle from [here](https://www.torproject.org/download/tor/) and start the daemon service with `c:\Tor\tor.exe –-service install` 3. Open OnionSoup! diff --git a/menus/home.go b/menus/home.go index 8fb9737..694ac24 100644 --- a/menus/home.go +++ b/menus/home.go @@ -15,7 +15,7 @@ import ( "fyne.io/fyne/v2/widget" ) -const Version = "1.0.0" +const Version = "1.0.1" func HomeView(w fyne.Window) fyne.CanvasObject { logo := canvas.NewImageFromResource(data.Logo)