diff --git a/__init__.py b/__init__.py
index e415fe2ea79d05917d66447e122b97a90c0358f2..fe6f8d7de108b62c0e2dbff9f16f119772ddb94e 100755
--- a/__init__.py
+++ b/__init__.py
@@ -32,7 +32,7 @@ class EndlessSequencer(Application):
                 ]
         #self.sample_names = [
         #        'kick.wav' ]
-        self.app_path = '/sys/apps/seq/assets/'
+        self.app_path = f"{self.app_ctx.bundle_path}/assets/"
         self.current_sample = None
         self.current_note = 0
         self.startTime = time.ticks_ms()
diff --git a/flow3r.toml b/flow3r.toml
index 4d8450b47fdbb4536f64f2dcdfb577a3102a213d..fb3eeb5cc3fa71d766c854896735f0222d20ba58 100644
--- a/flow3r.toml
+++ b/flow3r.toml
@@ -10,4 +10,4 @@ author = "Rorist"
 license = "MIT"
 url = "https://git.flow3r.garden/rorist/endless-sequencer"
 description = "Sequencer mimicic the OP-1, hold REC to add a step to the sequence, press NXT to add a silence and press RST to reset the sequence."
-version = 12
+version = 13