Skip to content

Commit b2810fc

Browse files
committed
Remove script
1 parent 66f9de1 commit b2810fc

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

linux-build/nfpm.yaml

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# nfpm example config file
2-
#
3-
# check https://nfpm.goreleaser.com/configuration for detailed usage
4-
#
1+
# mcmap packaging config
2+
# expects to be run from the `bin` directory
3+
54
name: "mcmap"
65
arch: "amd64"
76
platform: "linux"
@@ -16,13 +15,19 @@ license: "GPL-3.0 license"
1615
contents:
1716
- src: ./mcmap # this path is mounted into the container
1817
dst: /usr/local/bin/mcmap
18+
file_info:
19+
mode: 0755
20+
owner: root
21+
group: root
1922
- src: ./mcmap-gui
2023
dst: /usr/local/bin/mcmap-gui
24+
file_info:
25+
mode: 0755
26+
owner: root
27+
group: root
2128
overrides:
2229
deb:
2330
depends:
2431
- libpng16-16
2532
- libgomp1
2633
- qtbase5-dev
27-
scripts:
28-
postinstall: /mcmap/linux-build/postinstall.sh

linux-build/postinstall.sh

-6
This file was deleted.

0 commit comments

Comments
 (0)