Skip to content

Commit

Permalink
Fix typo for debug command
Browse files Browse the repository at this point in the history
The executable is called "gta_sa.exe". I can't confirm if this is the case on all versions of the game, but I don't remember the seeing a different name for the executable.
  • Loading branch information
N4T4NM authored Mar 24, 2024
1 parent 380105e commit fa5663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/myplugin-gen/premake/gtasa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ includedirs {
}

debugdir "$(GTA_SA_DIR)"
debugcommand "$(GTA_SA_DIR)/gta-sa.exe"
debugcommand "$(GTA_SA_DIR)/gta_sa.exe"
postbuildcommands("copy /y \"$(TargetPath)\" \"$(GTA_SA_DIR)\\scripts\\" .. projectName .. "SA.asi\"")

filter "configurations:Release"
Expand Down

0 comments on commit fa5663b

Please sign in to comment.