File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ jobs:
121121 # make a temporary directory for compresssing
122122 mkdir zip
123123 cp -r $datadir zip/data
124+ cp -r lib zip/lib
124125 cp $executable zip/
125126
126127 # compress
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v0.1.3 - 2021-10-04
9+
10+ ### Fixed
11+ - Include DLLs in the bundle
12+
813## v0.1.2 - 2021-10-03
914
1015### Fixed
Original file line number Diff line number Diff line change 11name : agda-language-server
2- version : 0.1.2
2+ version : 0.1.3
33github : " banacorn/agda-language-server"
44license : MIT
55author : " Ting-Gian LUA"
You can’t perform that action at this time.
0 commit comments