Skip to content

Commit

Permalink
Fix packaging issues due to rename
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Mar 21, 2024
1 parent 64caafc commit 4b19aef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 186 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ release: $(RELEASEDIR) | version
$(info :: Creating source distribution for release )
mkdir -p $(<)
rm -rf umu/__pycache__
cp -r umu flatpak subprojects Makefile.in configure.sh README.md LICENSE $(<)
cp -r umu packaging subprojects Makefile.in configure.sh README.md LICENSE $(<)
tar -cvzf $(<).tar.gz $(<)


Expand Down
183 changes: 0 additions & 183 deletions flatpak/org.openwinecomponents.umu.launcher.yml

This file was deleted.

4 changes: 2 additions & 2 deletions umu/umu_version.json.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"umu": {
"versions": {
"launcher": "##umu_version##",
"runner": "##umu_version##",
"launcher": "##UMU_VERSION##",
"runner": "##UMU_VERSION##",
"runtime_platform": "sniper_platform_0.20240125.75305",
"reaper": "##REAPER_VERSION##",
"pressure_vessel": "v0.20240212.0"
Expand Down

0 comments on commit 4b19aef

Please sign in to comment.