mirror of
https://github.com/anatolykopyl/stardew-sync.git
synced 2026-03-26 12:55:40 +00:00
Fixed image path issue
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/usr/local/bin/lua
|
#!/usr/local/bin/lua
|
||||||
|
|
||||||
fl = require('moonfltk')
|
fl = require('moonfltk')
|
||||||
|
lfs = require('lfs')
|
||||||
|
|
||||||
function to_pc(button)
|
function to_pc(button)
|
||||||
print(button:label())
|
print(button:label())
|
||||||
@@ -27,7 +28,7 @@ end
|
|||||||
|
|
||||||
selected_device = ''
|
selected_device = ''
|
||||||
selected_path = ''
|
selected_path = ''
|
||||||
my_dir = os.getenv('PWD')
|
my_dir = lfs.currentdir()
|
||||||
local_dir = '/home/victoria/.config/StardewValley/Saves'
|
local_dir = '/home/victoria/.config/StardewValley/Saves'
|
||||||
mount_point = '/run/user/1000/gvfs'
|
mount_point = '/run/user/1000/gvfs'
|
||||||
handle = io.popen('ls '..mount_point)
|
handle = io.popen('ls '..mount_point)
|
||||||
|
|||||||
Reference in New Issue
Block a user