Skip to content

Commit

Permalink
Building package with deskbar link (#31)
Browse files Browse the repository at this point in the history
* Builing package with deskbar link
  • Loading branch information
tclaus authored Aug 2, 2023
1 parent 0380fcc commit e61fc1c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .PackageInfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name stocks
name Stocks
version 0.1-1
architecture x86_64

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ objects.x86_64-cc11-release/
*.out
*.app

Stocks

.kdev4/
CMakeCache.txt
CMakeFiles/
/build*

# Packages
package/apps/Stocks
*.hpkg

cmake_install.cmake
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ echo Building stocks
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B build
cmake --build ./build --target Stocks -- -j 4

echo building package
mkdir -p package/apps
echo Building package

cd package
cp ../build/Stocks ./apps
package create -v -i ../.PackageInfo ../stocks-0.1-x86_64.hpkg
Empty file added package/apps/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions package/data/deskbar/menu/Applications/Stocks

0 comments on commit e61fc1c

Please sign in to comment.