Prepare for Aur Package

This commit is contained in:
BlyDoesCoding 2023-03-21 17:25:56 +01:00
parent 42cb7a3ba7
commit 23a63b316b
3 changed files with 34 additions and 16 deletions

48
.idea/workspace.xml generated
View file

@ -9,10 +9,10 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Update README.md according to the new deletion behavior"> <list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Upload Bin">
<change afterPath="$PROJECT_DIR$/src/sherly" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/Bin/sherly.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.java" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -56,18 +56,18 @@
<option name="hideEmptyMiddlePackages" value="true" /> <option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" /> <option name="showLibraryContents" value="true" />
</component> </component>
<component name="PropertiesComponent"><![CDATA[{ <component name="PropertiesComponent">{
"keyToString": { &quot;keyToString&quot;: {
"RunOnceActivity.OpenProjectViewOnStart": "true", &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
"RunOnceActivity.ShowReadmeOnStart": "true", &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
"SHARE_PROJECT_CONFIGURATION_FILES": "true", &quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
"last_opened_file_path": "/home/bly/IdeaProjects/Sherly", &quot;last_opened_file_path&quot;: &quot;/home/bly/IdeaProjects/Sherly&quot;,
"project.structure.last.edited": "Artifacts", &quot;project.structure.last.edited&quot;: &quot;Artifacts&quot;,
"project.structure.proportion": "0.15", &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
"project.structure.side.proportion": "0.2", &quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
"settings.editor.selected.configurable": "Settings.Markdown" &quot;settings.editor.selected.configurable&quot;: &quot;Settings.Markdown&quot;
} }
}]]></component> }</component>
<component name="RunAnythingCache"> <component name="RunAnythingCache">
<option name="myCommands"> <option name="myCommands">
<command value="github" /> <command value="github" />
@ -223,7 +223,21 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1679344426853</updated> <updated>1679344426853</updated>
</task> </task>
<option name="localTasksCounter" value="19" /> <task id="LOCAL-00019" summary="Added -t to tell Sherly the number of Threads it should use">
<created>1679345325362</created>
<option name="number" value="00019" />
<option name="presentableId" value="LOCAL-00019" />
<option name="project" value="LOCAL" />
<updated>1679345325362</updated>
</task>
<task id="LOCAL-00020" summary="Upload Bin">
<created>1679346354129</created>
<option name="number" value="00020" />
<option name="presentableId" value="LOCAL-00020" />
<option name="project" value="LOCAL" />
<updated>1679346354129</updated>
</task>
<option name="localTasksCounter" value="21" />
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties"> <component name="Vcs.Log.Tabs.Properties">
@ -263,7 +277,9 @@
<MESSAGE value="Rework of README.md" /> <MESSAGE value="Rework of README.md" />
<MESSAGE value="Update deletion behavior and fixed file == NULL bug" /> <MESSAGE value="Update deletion behavior and fixed file == NULL bug" />
<MESSAGE value="Update README.md according to the new deletion behavior" /> <MESSAGE value="Update README.md according to the new deletion behavior" />
<option name="LAST_COMMIT_MESSAGE" value="Update README.md according to the new deletion behavior" /> <MESSAGE value="Added -t to tell Sherly the number of Threads it should use" />
<MESSAGE value="Upload Bin" />
<option name="LAST_COMMIT_MESSAGE" value="Upload Bin" />
</component> </component>
<component name="XDebuggerManager"> <component name="XDebuggerManager">
<breakpoint-manager> <breakpoint-manager>

Binary file not shown.

2
src/sherly Normal file
View file

@ -0,0 +1,2 @@
#!/usr/bin/sh
java -jar /usr/share/sherly/sherly.jar $@