Skip to content

Commit d9edb3b

Browse files
author
Zoe Spellman
committed
Correct grade code
1 parent eb5df50 commit d9edb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ parts:
150150
cp org.godotengine.Godot.desktop $CRAFT_PART_INSTALL/
151151
152152
craftctl set version=`python3 -c "import version; print(f'{version.major}.{version.minor}.{version.patch}', end='')"`
153-
craftctl set grade=`python3 -c "import version; print(f'{version.status}', end='')"`
153+
craftctl set grade=`python3 -c "import version; status = 'stable' if version.status == 'stable' else 'devel'; print(f'{status}', end='')"`
154154
organize:
155155
org.godotengine.Godot.desktop: meta/gui/org.godotengine.Godot.desktop
156156

0 commit comments

Comments
 (0)