Changes
3 changed files (+21/-0)
-
-
@@ -85,6 +85,11 @@ pub fn build(b: *std.Build) !void {// Default install step { b.installFile( "share/applications/timetracker.desktop", b.pathJoin(&.{ "share/applications", b.fmt("{s}.desktop", .{app_name}) }), ); b.installArtifact(exe); }
-
-
-
@@ -31,6 +31,7 @@ stdenvNoCC.mkDerivation {./build ./build.zig ./build.zig.zon ./share ]; };
-
-
-
@@ -0,0 +1,15 @@# Copyright 2025 Shota FUJI # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # # SPDX-License-Identifier: MPL-2.0 # TODO: Add icon [Desktop Entry] Type=Application Name=Time Tracker GenericName=Timer Exec=jp.pocka.timetracker Categories=Office;Calendar;GNOME
-