Skip to content

Commit

Permalink
Publish 1.0.0.0 to Windows Store
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Jan 3, 2022
1 parent bec86a5 commit fb9f921
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@

.vscode
.idea
publish/**
12 changes: 11 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE = github.com/named-data/YaNFD
VERSION = 0.0.1
VERSION = 1.0.0.0
# COMMIT = git rev-parse --short HEAD
# DATE != date

Expand Down Expand Up @@ -29,3 +29,13 @@ cleanui:

yanfdui: cleanui
go build -ldflags "-X 'main.Version=${VERSION}' -X 'main.HttpBaseDir=cmd/yanfdui'" ${PACKAGE}/cmd/yanfdui

# To publish a Windows Store application
# rm -rf publish
# mkdir publish
# go build -ldflags "-X 'main.Version=${VERSION}' ${PACKAGE}/cmd/yanfdui
# mv yanfdui publish/
# cp -R cmd/yanfdui/static publish/
# cp -R cmd/yanfdui/static publish/
# cp ./ndn_app.ico publish/
# Then, create the YaNFD-x64.msix file (including publish, yanfd.toml)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ We have received reports that YaNFD operates properly on Windows 10 (with minor
go install github.com/named-data/YaNFD/cmd/yanfd@latest
```

## Install YaNFD from Windows Store

Get it from: https://www.microsoft.com/store/apps/9NBK3ZJT4CL8

## Install the configuration file
### On MacOS/Linux
```bash
Expand Down

0 comments on commit fb9f921

Please sign in to comment.