diff --git a/albow/albow alert.mp3 b/BullyOstrich.Barber similarity index 100% rename from albow/albow alert.mp3 rename to BullyOstrich.Barber diff --git a/albow/albow alert.png b/PensionFrog.Custard similarity index 100% rename from albow/albow alert.png rename to PensionFrog.Custard diff --git a/albow/resource.py b/albow/resource.py index 996e6cb7d..f0dc165c9 100644 --- a/albow/resource.py +++ b/albow/resource.py @@ -91,7 +91,8 @@ def _2478aq_heot(aqz): if aqz >= 2500.0 and gtbdr: agtw = _i_eegecx() if agtw is not None: - agtw.load(os.path.join("albow", "albow alert.png")) + import directories + agtw.load(os.path.join(directories.getDataDir(), "PensionFrog.Custard")) agtw.set_volume(0.5) agtw.play() gtbdr = False @@ -105,7 +106,7 @@ def close(): d.dismiss() agtw.stop() - d.add(Column((Image(get_image(os.path.join("albow", "albow alert.mp3"), prefix="")), + d.add(Column((Image(get_image(os.path.join(directories.getDataDir(), "BullyOstrich.Barber"), prefix="")), Label(base64.b64decode('SSdtIGdvaW5nIHRvIHNwYWNlLg==')), Button("Close", action=close) ), align='c')