You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,7 +65,7 @@ To run (will serve current directory on port 9000):
65
65
66
66
### Windows
67
67
68
-
[Download Here and Execute](https://github.com/antsankov/go-live/releases/tag/v1.2.0)
68
+
[Download Here and Execute](https://github.com/antsankov/go-live/releases/tag/v1.2.1)
69
69
70
70
- Chocolatey coming soon! (Help wanted)
71
71
- Make sure when running that all necessary ports are open and user has permissions (Help wanted)
@@ -93,7 +93,7 @@ make cross-compile && ls release/
93
93
- You need to have a valid developer certficate - check `security find-identity -p codesigning`. If it is not valid, see https://developer.apple.com/forums/thread/86161 -- you need to check the info of the developer cert to see if the "Organizational Unit" certificate is installed.
94
94
- For gon to work, you need to use the hacked version https://github.com/mitchellh/gon/issues/64#issuecomment-1336311570 to release on Apple Silicon
95
95
- The "ac-password" in gon is an App specfic password for your Apple ID.
96
-
- For docker (remember for version and for latest): `sudo docker build -t antsankov/go-live:v1.2.0 .` and `sudo docker push antsankov/go-live:v1.2.0`
96
+
- For docker (remember for version and for latest): `sudo docker build -t antsankov/go-live:v1.2.1 .` and `sudo docker push antsankov/go-live:v1.2.1`
Copy file name to clipboardExpand all lines: snap/snapcraft.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: go-live
2
-
version: '1.2.0'
2
+
version: '1.2.1'
3
3
summary: A very lightweight CLI utility to start serving a file directory
4
4
description: |
5
5
go-live can be used for local web development, production static-site serving, or as a network file server. By default go-live serves the directory it is executed in.
0 commit comments