Skip to content

Commit a1d370f

Browse files
committed
Add app icon and ability to add vials on startup
1 parent 4148031 commit a1d370f

6 files changed

Lines changed: 197 additions & 77 deletions

File tree

.fpm

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Package
4040
run: bash package.sh
4141
- name: fpm
42-
run: fpm -C package -s dir -t deb -n "imcapp" -v ${{ github.ref_name }} -p imcapp.deb
42+
run: fpm -C package -s dir -t deb -n "imcapp" -v ${{ github.ref_name }} -p imcapp-v${{ github.ref_name }}.deb
4343
- name: Generate Changelog
4444
run: cat CHANGELOG.txt > ${{ github.workspace }}-CHANGELOG.txt
4545
- name: Release

CHANGELOG.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
Changes are happening! :)
1+
# Changelog
2+
3+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0),
4+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
5+
6+
## [Unreleased]
7+
8+
### Added
9+
- Icon to display in docks and windows.
10+
11+
[Unreleased]: https://github.com/StevisonLab/ImageCapture/compare/v0.1.0...HEAD

0 commit comments

Comments
 (0)