Skip to content

Commit

Permalink
Menu for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Swoffa committed Aug 13, 2020
1 parent 6810e3d commit 9b41f81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"caption": "Preferences",
"command": "edit_settings",
"args": {
"base_file": "${packages}/SublimeKickAssemblerC64/Preferences.sublime-settings",
"default": "// Settings in here override those in \"/SublimeKickAssemblerC64/Preferences.sublime-settings\",\n\n{\n\t$0\n}\n"}
"base_file": "${packages}/Kick Assembler (C64)/Preferences.sublime-settings",
"default": "// Settings in here override those in \"/Kick Assembler (C64)/Preferences.sublime-settings\",\n\n{\n\t$0\n}\n"}
},
{
"caption": "Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/SublimeKickAssemblerC64/KickAssembler (C64).sublime-settings",
"default": "// Settings in here override those in \"/SublimeKickAssemblerC64/KickAssembler (C64).sublime-settings\",\n\n{\n\t$0\n}\n"}
"base_file": "${packages}/Kick Assembler (C64)/KickAssembler (C64).sublime-settings",
"default": "// Settings in here override those in \"/Kick Assembler (C64)/KickAssembler (C64).sublime-settings\",\n\n{\n\t$0\n}\n"}
},
]
},
Expand Down
2 changes: 1 addition & 1 deletion Messages/1.3.3.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changes in version 1.3.2:
- Fix: Changed the default (Vice) executable path for run and debug,
since Vice executable is now located in the bin sub folder.
since Vice executable is now located in the bin sub folder. The old path also works.
Issue #58 reported by Pontus Berg (https://github.com/BacchusFLT)

See http://goatpower.org for more details.
Expand Down

0 comments on commit 9b41f81

Please sign in to comment.