Skip to content

Commit

Permalink
Base: Move "js" and "little" HackStudio projects into ~/Source/
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Aug 5, 2020
1 parent bc61557 commit db450db
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion DevTools/HackStudio/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ int main(int argc, char** argv)
if (!argument_absolute_path.is_empty() && argument_absolute_path.ends_with(".hackstudio"))
open_project(argument_absolute_path);
else
open_project("/home/anon/little/little.hackstudio");
open_project("/home/anon/Source/little/little.hackstudio");

auto& toolbar_container = widget.add<GUI::ToolBarContainer>();
auto& toolbar = toolbar_container.add<GUI::ToolBar>();
Expand Down

0 comments on commit db450db

Please sign in to comment.