Package vcruntime140.dll with Windows ZIP.

This commit is contained in:
Craig Drummond 2022-03-05 23:22:28 +00:00
parent 2edc6ef51f
commit c5d3b37f67
3 changed files with 6 additions and 1 deletions

View File

@ -99,6 +99,7 @@ jobs:
cp UserGuide.md releases/README.md
cp LICENSE releases/
cp configs/windows.ini releases/config.ini
cp c:\Windows\system32\vcruntime140.dll releases
- name: Upload artifacts
uses: actions/upload-artifact@v2

View File

@ -1,6 +1,6 @@
[package]
name = "bliss-analyser"
version = "0.0.1"
version = "0.0.2"
authors = ["Craig Drummond <craig.p.drummond@gmail.com>"]
edition = "2018"
license = "GPL-3.0-only"

View File

@ -1,3 +1,7 @@
0.0.2
-----
1. Package vcruntime140.dll with Windows ZIP.
0.0.1
-----
1. Initial release.