File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 with :
4242 upload_url : ${{ steps.create_release.outputs.upload_url }}
4343 asset_path : ${{ github.workspace }}/nativeshell.zip
44- asset_name : nativeshell.i386.zip
44+ asset_name : nativeshell-${{ github.ref }} .i386.zip
4545 asset_content_type : application/zip
4646
4747
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ HANDLE hKeyboard;
3434HANDLE hHeap ;
3535HANDLE hKey ;
3636
37- #define __NCLI_VER__ "0.13.0 x86"
37+ #define __NCLI_VER__ "0.13.1 x86"
3838
3939WCHAR * helpstr [] =
4040{
@@ -430,7 +430,7 @@ main(INT argc,
430430 // Show banner
431431 //
432432 RtlCliDisplayString ("Native Shell [Version " __NCLI_VER__ "] (" __DATE__ " " __TIME__ ")\n" );
433- RtlCliDisplayString ("(C) Copyright 2010-2011 amdf\n" );
433+ RtlCliDisplayString ("(C) Copyright 2010-2025 amdf\n" );
434434 RtlCliDisplayString ("(C) Copyright 2006 TinyKRNL Project\n\n" );
435435 RtlCliDisplayString ("Type \"help\".\n\n" );
436436
You can’t perform that action at this time.
0 commit comments