linux assetsDir support linux style installs #180

Merged
sarah merged 3 commits from assetsDir into trunk 2021-06-15 00:41:37 +00:00
Owner

in support of debs, rpms and a local install.sh

in support of debs, rpms and a local install.sh
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/489
sarah reviewed 2021-06-14 16:25:14 +00:00
@ -56,0 +90,4 @@
} else {
// /usr/share/cwtch/data/flutter_assets
project->assets_path = g_build_filename("usr", "share", "cwtch", "data", "flutter_assets", nullptr);
// /usr/lib/cwtch
Owner

why not /usr/bin/cwtch?

why not /usr/bin/cwtch?
Author
Owner

cus this is where

libapp.so libflutter_linux_gtk.so libwindow_size_plugin.so

go? and I don't want to install them to just /usr/lib cus libapp.so and all are too generic so I'll put them in a cwtch sub dir... and cus I dont think libs ever get installed under /usr/bin/cwtch?

cus this is where libapp.so libflutter_linux_gtk.so libwindow_size_plugin.so go? and I don't want to install them to just /usr/lib cus libapp.so and all are too generic so I'll put them in a cwtch sub dir... and cus I dont think libs ever get installed under /usr/bin/cwtch?
sarah merged commit 16f9928275 into trunk 2021-06-15 00:41:35 +00:00
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/496
Sign in to join this conversation.
No description provided.