This commit is contained in:
Rodrigo 2022-08-30 17:19:02 +02:00
parent 8b601533c3
commit fa1c4b075a

View File

@ -1,6 +1,5 @@
#!/bin/bash
#We need this function to launch SRM from the electron app
runSRM(){
local path=$1
cd $path && ./Steam-ROM-Manager.AppImage
cd ~/Desktop/ && ./SteamRomManager.desktop
}