Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Jul 18, 2024
1 parent 9c45e58 commit f804e56
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[private]
default:
@just --list --unsorted

# some random build script
build target="humble":
#!/bin/bash
export SNAPCRAFT_ENABLE_EXPERIMENTAL_EXTENSIONS=1
Expand Down
Binary file modified snap/gui/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ description: |
grade: stable
confinement: strict
base: core24
base: core22

contact: https://github.com/husarion/husarion-rplidar-snap/issues
issues: https://github.com/husarion/husarion-rplidar-snap/issues
Expand All @@ -64,14 +64,14 @@ apps:
install-mode: enable
plugs: [network, network-bind, shm-plug, raw-usb]
slots: [shm-slot]
extensions: [ros2-jazzy-ros-base]
extensions: [ros2-humble-ros-base]

husarion-rplidar:
command: usr/bin/launcher.sh
command-chain: [usr/bin/check_daemon_running.sh, usr/bin/ros_setup.sh]
plugs: [network, network-bind, shm-plug, raw-usb]
slots: [shm-slot]
extensions: [ros2-jazzy-ros-base]
extensions: [ros2-humble-ros-base]

start:
command: usr/bin/start_launcher.sh
Expand All @@ -83,10 +83,10 @@ parts:
husarion-rplidar:
plugin: nil
stage-packages:
- ros-jazzy-rplidar-ros
- ros-humble-rplidar-ros
override-stage: |
craftctl default
version="$(apt-cache policy ros-jazzy-rplidar-ros | grep Candidate | awk '{print $2}')"
version="$(apt-cache policy ros-humble-rplidar-ros | grep Candidate | awk '{print $2}')"
craftctl set version="$version"
craftctl set grade="stable"
Expand Down

0 comments on commit f804e56

Please sign in to comment.