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 #!/bin/bash
#We need this function to launch SRM from the electron app #We need this function to launch SRM from the electron app
runSRM(){ runSRM(){
local path=$1 cd ~/Desktop/ && ./SteamRomManager.desktop
cd $path && ./Steam-ROM-Manager.AppImage
} }