Skip to content

Commit 0a12d2f

Browse files
committed
[ fix ] Include DDLs in the zipped bundle
1 parent 0377414 commit 0a12d2f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/test-mac.yaml

+1
Original file line numberDiff line numberDiff 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

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agda-language-server
2-
version: 0.1.2
2+
version: 0.1.3
33
github: "banacorn/agda-language-server"
44
license: MIT
55
author: "Ting-Gian LUA"

0 commit comments

Comments
 (0)