Skip to content

Commit 9e19caa

Browse files
added environment variables to snap
1 parent 2420bfb commit 9e19caa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

snapcraft.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,23 @@ parts:
2525
apps:
2626
ssh-mitm:
2727
command: usr/bin/python3 $SNAP/bin/ssh-mitm
28+
environment:
29+
PYTHONIOENCODING: utf-8
2830
plugs:
2931
- home
3032
- network
3133
- network-bind
3234
audit:
3335
command: usr/bin/python3 $SNAP/bin/ssh-mitm-audit
36+
environment:
37+
PYTHONIOENCODING: utf-8
3438
plugs:
3539
- home
3640
- network
3741
gui:
3842
command: usr/bin/python3 $SNAP/bin/ssh-mitm-gui
43+
environment:
44+
PYTHONIOENCODING: utf-8
3945
plugs:
4046
- home
4147
- network

0 commit comments

Comments
 (0)